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