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