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