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