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