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