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