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