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