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