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