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