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