shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}