shithub: mc

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

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