summaryrefslogtreecommitdiff
path: root/tests/for2.bth
blob: 8f842f6e33e08422574eefaf11901cb0cb8cd1b8 (plain)
1
2
3
(let (a [6 7 8 9])
	(for (i (# a))
		(say (+ (a i) (* i 10)))))