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