aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arithmetic_expected.txt
blob: 16445dc4342aa984f502559445c5e9a41c11667f (plain)
1
2
3
4
5
6
7
8
9
(+ 10 100) -> 110
(+ 1 -2 3 4) -> 6
(- 100 75) -> 25
(- 10 20 30) -> -40
(* 10 7) -> 70
(* -1 66) -> -66
(/ 45 5) -> 9
(/ 10 5 2) -> 1
(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000