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/func1.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/func1.bth') diff --git a/tests/func1.bth b/tests/func1.bth index e55f23a..1f175ab 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,2 +1,2 @@ (set f (fn (_) 42)) -(f 0) +(puts (f 0)) -- cgit v1.2.3