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