summaryrefslogtreecommitdiff
path: root/tests/arr6.bth
blob: 063c3dc51132bb07945ee03c17bbd0c56813ada6 (plain)
1
2
3
4
(let (a [10 20 30])
	(say a)
	(set! (a 1) 50)
	(say a))