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