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