fork download
  1. program test
  2.  
  3. do i=0,10
  4. a=i
  5. 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/2j454s/prog.fal:1: Generic syntax error
SyntaxError CO0001 at /home/2j454s/prog.fal:3: Generic syntax error
SyntaxError CO0001 at /home/2j454s/prog.fal:5: Generic syntax error
SyntaxError CO0001 at /home/2j454s/prog.fal:6: Generic syntax error
SyntaxError CO0058 at /home/2j454s/prog.fal:6: 'end' statement without open contexts

stdout
Standard output is empty