summaryrefslogtreecommitdiff
path: root/tests/iota_imp.bth
blob: eea67f8ceabbfb409ff908f34ccf8c5ed46edacd (plain)
1
2
3
4
(let (a [])
	(for (i 10)
		(append! a i))
	(say a))