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