5 lines
97 B
FortranFixed
5 lines
97 B
FortranFixed
|
! Free-format ".f" file to test Fortran_FORMAT property
|
||
|
SUBROUTINE WORLD
|
||
|
PRINT *, 'World!'
|
||
|
END
|