summaryrefslogtreecommitdiffstats
path: root/src/example.txt
blob: 94a809194ec999f19ddedd246f73536603afd0f8 (plain)
1
2
3
4
5
6
7
8
var :: a
a=5
if a<2 then
a=a+5
else
a=a-3
endif
print a