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