shithub: mc

ref: 0116ef24cb193165de85d3a707d4dbd64ba1b60f
dir: /test/arraylit-ni.myr/

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