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