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