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