From 20584e520dfd44393aa66350b442e8a23e46c5a3 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 14:42:55 +0100 Subject: remove implicit print and adjust tests accordingly --- tests/vars2.bth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/vars2.bth') diff --git a/tests/vars2.bth b/tests/vars2.bth index 2d5ebd1..cc4952e 100644 --- a/tests/vars2.bth +++ b/tests/vars2.bth @@ -1,4 +1,4 @@ -(+ 2 (* 6 (let (a 10 +(puts (+ 2 (* 6 (let (a 10 b 20 c 30) - (* b b)))) + (* b b))))) -- cgit v1.2.3