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