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