shithub: mc

ref: 57aa7ad1553ffaedcf3cbd437edf69878b83a238
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}