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