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