blob: 995c70997934402bc9e6efde7f1bb2f92b13444d [file]
## examples/for_range1.av
for i in range(0, 10) {
println(i);
}