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