aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
blob: bd668e01b3509d129a9426a9878cdf7ba69d9d8d (plain)
1
2
3
4
5
6
7
8
9
a = 10.05;; b = .95 
(a + b) * 10 / 2

f: x = x + 1
x = 2
# is 24 + 1 = 25
f(24) 
# must be 10
x(5)