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