summaryrefslogtreecommitdiff
path: root/tests/arr5.bth
blob: 79d5a7d5fffd8528c613d09e7dbbfeba4ab50242 (plain)
1
2
3
(set A [1 2 3])
(let (B A) (append B 10))
(say A)