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

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