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