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