summaryrefslogtreecommitdiff
path: root/tests/arr4.bth
blob: 2521e63164d89a417b917c768ccf0d7ecc307c09 (plain)
1
2
3
4
(say
	(let (A (append [1 2 3 (let (x 2) (* x x)) 5] 6))
		(let (B (append A 7)) (append B 8))
		(append (append A 9) 10)))