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