shithub: mc

ref: 43fed38e2ef36ff95e59bee66cde5cff6333ac71
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}