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