From d9d307bc676387ab8894f9fb1ee722db8ecf7272 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 11 Jul 2024 15:43:18 +0100 Subject: set -> set! --- tests/arr8.bth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/arr8.bth') diff --git a/tests/arr8.bth b/tests/arr8.bth index 8f41f0c..8ee57b5 100644 --- a/tests/arr8.bth +++ b/tests/arr8.bth @@ -1,3 +1,3 @@ (let (a [10 20 30]) - (set (a 1) 50) + (set! (a 1) 50) (let (x 100 y 200 z 300) (say y))) -- cgit v1.2.3