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