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