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