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