summaryrefslogtreecommitdiff
path: root/tests/arr1.bth
blob: 06a830e359dac015b361d50470e3ab1489b94862 (plain)
1
2
3
4
5
6
7
8
9
(set! A (arr))
(say A)
(say (# A))
(append! A 10)
(append! A 20)
(append! A 30)
(say A)
(say (# A))
(say (A 1))