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