summaryrefslogtreecommitdiff
path: root/tests/each.bth
blob: 3dd3f9fa1086d825189debe99c8c3e489372e364 (plain)
1
2
3
4
(let (a [2 3 4 5 6])
	(each (x a)
		(say (* x x))
		(let (q 100 r 200 s 300) (say r))))