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