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