summaryrefslogtreecommitdiffstats
path: root/src/example.txt
blob: 55236c1978ec4808a13461ef814e16afe57ed4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int::n
int::a
int::b
int::temp
a=0
b=2
if (a==0.and.b==1) then
print*,"true"
else
print*,"false"
end if