shithub: mc

ref: 07c78ed9c77feed62b7f306049ed3c90d4753024
dir: /test/idxlen.myr/

View raw version
use std

const main = {
	var a = [1,2,3,4]
	std.put("{} ", a[$-1])
	std.put("{}\n", a[$-2:])
}