summaryrefslogtreecommitdiff
path: root/tests/genie/for-to.gs
blob: 771bc305bb2610f94548c08e3d426cf0f0444d53 (plain)
1
2
3
init
	for i:int = 0 to 23
		assert( i < 42)