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