blob: 5e515bdaee6f6fa0df5f0171af1b8aa1bfa59975 [file] [log] [blame]
c Ugly fixed form hello world program demonstrates intelligent syntax highlighting
programasampleprogram
implicitreal(i)
if=0.0
if(sine(if).lt..00001)then Variable if
print*,'Hello, old-school Fortran!'
endif
stop
c o n t a i n s
realfunctionsine(x)
real,intent(in)::x
sine=sin(x)
endfunction
endprogramasampleprogram