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