summaryrefslogtreecommitdiffstats
path: root/src/example.txt
blob: 8e10c72fc900864041af01ad1b8388a770d0868b (plain)
1
2
3
4
5
6
character (len=10)::hello
hello="hello"
if 5==5 then
hello="goodbye "
endif
print *,hello,6," test" endprint