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