diff options
Diffstat (limited to 'tests/arr1.bth')
-rw-r--r-- | tests/arr1.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arr1.bth b/tests/arr1.bth index 0d06759..1120549 100644 --- a/tests/arr1.bth +++ b/tests/arr1.bth @@ -1,4 +1,4 @@ -(set A (arr)) +(set! A (arr)) (say A) (say (len A)) (append A 10) |