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