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