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