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