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