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