shithub: mc

ref: 939f632c16cadc94f03173c274c2a55535088bb6
dir: /test/arraylit-ni.myr/

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