shithub: mc

ref: b307a70ac14a54e5604c55634d1c42925ce08afd
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

	v = [foo(), 42, 123]
	-> v[0]
}

const foo = {
	-> 21 
}