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