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