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