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