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