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