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