shithub: mc

ref: 416a47f74171d93f9237afede0d434bcc841e3fd
dir: /test/arraylit-ni.myr/

View raw version
const main = {
	var a = [1, 3, 2]
	-> a[2]
}