diff options
Diffstat (limited to 'tests/arr2.bth')
-rw-r--r-- | tests/arr2.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arr2.bth b/tests/arr2.bth index a405bde..6297c49 100644 --- a/tests/arr2.bth +++ b/tests/arr2.bth @@ -1 +1 @@ -(say (append [1 2 3 4] 99)) +(say (append! [1 2 3 4] 99)) |