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