From 517e9fe048844533d927c4e3b6d021f82ccea984 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 14:48:27 +0100 Subject: remove OP_PUTS and OP_PRINT, use say and write functions instead --- 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 1f175ab..a71d160 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,2 +1,2 @@ (set f (fn (_) 42)) -(puts (f 0)) +(say (f 0)) -- cgit v1.2.3