diff options
Diffstat (limited to 'tests/arr3.bth')
-rw-r--r-- | tests/arr3.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arr3.bth b/tests/arr3.bth index c2bce88..787165e 100644 --- a/tests/arr3.bth +++ b/tests/arr3.bth @@ -1 +1 @@ -(say (append [1 2 (+ 1 2) (let (x 2) (* x x))] (+ 2 3))) +(say (append! [1 2 (+ 1 2) (let (x 2) (* x x))] (+ 2 3))) |