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