summaryrefslogtreecommitdiffstats
path: root/src/example.txt
blob: 886e85c3b6a07dbbcaf0957d0829c2eb6c6a33e9 (plain)
1
2
3
4
5
6
real :: a
a=6
if a>2 then
a=a+0.5
endif
print a