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