shithub: mc

ref: 7ce4415a83be2d05432727ee8f672542e1d5e54e
dir: /test/arraylit-ni.myr/

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