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