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