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