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