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