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