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