From 4cf1e1fa0e11307005a724225ea3ae2f80a5c037 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 30 Jun 2024 21:37:14 +0100 Subject: add array index setting syntax --- tests/arr6.bth | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/arr6.bth (limited to 'tests/arr6.bth') diff --git a/tests/arr6.bth b/tests/arr6.bth new file mode 100644 index 0000000..e814db4 --- /dev/null +++ b/tests/arr6.bth @@ -0,0 +1,4 @@ +(let (a [10 20 30]) + (say a) + (set (a 1) 50) + (say a)) -- cgit v1.2.3