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