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