shithub: mc

ref: 49d3b0cf04719267479faebe9e2ffe0089a2f9ac
dir: /test/arraylit-ni.myr/

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