shithub: mc

ref: 16f5afe322e39f1716716700188664305b829d59
dir: /test/arraylit-ni.myr/

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