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