shithub: mc

ref: 05d6f166bfbae35f412ac8276b34a61ecfb3a384
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}