shithub: mc

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

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