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