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