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