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