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