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