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