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