summaryrefslogtreecommitdiff
path: root/tests/arr7.bth
blob: 1b401529c13cd30fcf0699c0060bee1721c13bdc (plain)
1
2
3
4
(let (a [10 20 30])
	(say a)
	(set! (a 3) 40)
	(say a))