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