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