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