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/arr8.bth | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/arr8.bth (limited to 'tests/arr8.bth') diff --git a/tests/arr8.bth b/tests/arr8.bth new file mode 100644 index 0000000..8f41f0c --- /dev/null +++ b/tests/arr8.bth @@ -0,0 +1,3 @@ +(let (a [10 20 30]) + (set (a 1) 50) + (let (x 100 y 200 z 300) (say y))) -- cgit v1.2.3