1        FUNCTION print_fortran()
2          PRINT *, 'Hello World from Fortran'
3          RETURN
4        END
5