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/vars1.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vars1.bth') diff --git a/tests/vars1.bth b/tests/vars1.bth index 7c0e264..24a3f2b 100644 --- a/tests/vars1.bth +++ b/tests/vars1.bth @@ -1,2 +1,2 @@ -(puts (+ 2 (let (a 10) +(say (+ 2 (let (a 10) (* a a)))) -- cgit v1.2.3