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