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