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