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