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