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