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