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