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