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