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