shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}