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