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