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