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

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