ref: e89d14c5f41b12f9e3ff6fb2bf9dd4d35db049d9 dir: /test/idxlen.myr/
use std const main = { var a = [1,2,3,4] std.put("{} ", a[$-1]) std.put("{}\n", a[$-2:]) }