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