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