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