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