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