fork download
  1. PROGRAM_TableChart
  2. IMPLICIT NONE
  3. Integer::index=(1,12), times, number=(1,12)
  4. PRINT*, 'What times table do you want to produce?'
  5. READ*, Number
  6. PRINT*, 'Number'
  7. END PROGRAM_TableChart
  8.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.f95:1.7:

PROGRAM_TableChart
       1
Error: Invalid form of PROGRAM statement at (1)
prog.f95:6.1:

 PRINT*, 'Number'
 1
Warning: Nonconforming tab character at (1)
prog.f95:7.11:

END PROGRAM_TableChart 
           1
Error: Expected terminating name at (1)
Error: Unexpected end of file in 'prog.f95'
stdout
Standard output is empty