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