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