diff options
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))) |