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