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