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