aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
blob: a530f47df38409714a056800a56712dfa128d2ec (plain)
1
2
3
4
5
6
7
8
:a = 7
:b = 4
:res = (:a + :b) * 10 / 2

:x = 20
:y = 3
:z = 6
:val = 10 + :z / :y * :x / 4