blob: 6ddcf6a93ea5fe65942a83fd2495bee92c2a5309 [file]
## examples/for_range2.av
for i in range(0, 10, 2) {
println(i);
}