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