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