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