program test do i=0,10 if(3<i.and.i>6) write(*,*) i end do end
Standard input is empty
falcon: FATAL - Program terminated with error. SyntaxError CO0001 at /home/C8urt9/prog.fal:1: Generic syntax error SyntaxError CO0001 at /home/C8urt9/prog.fal:3: Generic syntax error SyntaxError CO0112 at /home/C8urt9/prog.fal:4: Syntax error in 'if' statement SyntaxError CO0001 at /home/C8urt9/prog.fal:5: Generic syntax error
Standard output is empty