shithub: mc

ref: 84e2dbc90b4224be255381c8cd60fdda32a63377
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:])
}