From d9d307bc676387ab8894f9fb1ee722db8ecf7272 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 11 Jul 2024 15:43:18 +0100 Subject: set -> set! --- tests/whilelet.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/whilelet.bth') diff --git a/tests/whilelet.bth b/tests/whilelet.bth index ce8a482..f4188ad 100644 --- a/tests/whilelet.bth +++ b/tests/whilelet.bth @@ -3,7 +3,7 @@ a []) (while (< i 10) (append a i) - (set i (+ i 1))) + (set! i (+ i 1))) (let (x 100 y 200 z 300) -- cgit v1.2.3