From 2bbafc053adfd4af01503d3163cba71698855fb0 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 10 Oct 2021 16:12:36 +0200 Subject: Add modulo primitive and stubs for other procs --- tests/arithmetic_expected.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/arithmetic_expected.txt') diff --git a/tests/arithmetic_expected.txt b/tests/arithmetic_expected.txt index 16445dc..a2a5a83 100644 --- a/tests/arithmetic_expected.txt +++ b/tests/arithmetic_expected.txt @@ -6,4 +6,8 @@ (* -1 66) -> -66 (/ 45 5) -> 9 (/ 10 5 2) -> 1 +(% 45 5) -> 0 +(% 45 7) -> 3 +(% 120 45) -> 30 +(% 120 45 8) -> 6 (* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000 -- cgit v1.2.1