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