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