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