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