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