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