fork download
  1. program test
  2.  
  3. do i=0,10
  4. if(3<i) write(*,*) i
  5. end do
  6. 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/Ue8YRi/prog.fal:1: Generic syntax error
SyntaxError CO0001 at /home/Ue8YRi/prog.fal:3: Generic syntax error
SyntaxError CO0112 at /home/Ue8YRi/prog.fal:4: Syntax error in 'if' statement
SyntaxError CO0001 at /home/Ue8YRi/prog.fal:5: Generic syntax error

stdout
Standard output is empty