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