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