fork download
  1. program test
  2.  
  3. do i=0,10
  4. a=i
  5. if(3<a) write(*,*) a
  6. end do
  7. end
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
falcon: FATAL - Program terminated with error.
SyntaxError CO0001 at /home/kAW64K/prog.fal:1: Generic syntax error
SyntaxError CO0001 at /home/kAW64K/prog.fal:3: Generic syntax error
SyntaxError CO0112 at /home/kAW64K/prog.fal:5: Syntax error in 'if' statement
SyntaxError CO0001 at /home/kAW64K/prog.fal:6: Generic syntax error

stdout
Standard output is empty