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/four.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/four.bth') diff --git a/tests/four.bth b/tests/four.bth index c44e487..c4df4e1 100644 --- a/tests/four.bth +++ b/tests/four.bth @@ -1 +1 @@ -(puts (+ 2 2)) +(say (+ 2 2)) -- cgit v1.2.3