packages feed

funcons-simple-0.1.0.3: tests/Basic/Basic15.smp

function main() {
	for (var x = 0; x < 5 ; ++x) {
		print(x);
	}
	print("done");
}