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