summaryrefslogtreecommitdiff
path: root/tests/arr4.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arr4.bth')
-rw-r--r--tests/arr4.bth4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/arr4.bth b/tests/arr4.bth
new file mode 100644
index 0000000..2521e63
--- /dev/null
+++ b/tests/arr4.bth
@@ -0,0 +1,4 @@
+(say
+ (let (A (append [1 2 3 (let (x 2) (* x x)) 5] 6))
+ (let (B (append A 7)) (append B 8))
+ (append (append A 9) 10)))