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