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