diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-26 22:45:16 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-26 22:45:16 +0100 |
commit | a559125a2d7af771784614b7a2092cc7fb707345 (patch) | |
tree | 4e4f31197d28a41b5c62fdd19086295cf0acad84 /tests/arr5.bth | |
parent | 2e62b41072738142dea9f0b5dd5d2d22455c7616 (diff) |
array literals
Diffstat (limited to 'tests/arr5.bth')
-rw-r--r-- | tests/arr5.bth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arr5.bth b/tests/arr5.bth new file mode 100644 index 0000000..79d5a7d --- /dev/null +++ b/tests/arr5.bth @@ -0,0 +1,3 @@ +(set A [1 2 3]) +(let (B A) (append B 10)) +(say A) |