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