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