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