aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
blob: 0d42cb7d6e7f1cad8e197b541ceee8f633792c64 (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