diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-30 21:37:14 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-30 21:37:14 +0100 |
commit | 4cf1e1fa0e11307005a724225ea3ae2f80a5c037 (patch) | |
tree | 600c6ddc587f011f10a125e6dd31eb07ca8137b7 /tests/arr8.bth | |
parent | 83382cb1b46eb17f94f16fbbf05b5e471284d797 (diff) |
add array index setting syntax
Diffstat (limited to 'tests/arr8.bth')
-rw-r--r-- | tests/arr8.bth | 3 |
1 files changed, 3 insertions, 0 deletions
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))) |