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