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