shithub: mc

ref: a7951ace877710b07cdf88cd7f5fcfe8c28b449e
dir: /test/arraylit-ni.myr/

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