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