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