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