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