ref: f639b6a266bd6b2d4950fabcee63ce2f40d5acfd dir: /test/subrangefor.myr/
use std const main = { for i in [1,2,3,4][:2] std.put("%i", i) ;; std.put("\n") }