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