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