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