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/func2.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/func2.bth') diff --git a/tests/func2.bth b/tests/func2.bth index 14f0799..ee995fa 100644 --- a/tests/func2.bth +++ b/tests/func2.bth @@ -2,4 +2,4 @@ (set f2 (fn (a b) (+ a b))) (puts (f1 6)) (puts (f2 20 40)) -(f1 (f2 2 1)) +(puts (f1 (f2 2 1))) -- cgit v1.2.3