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