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