shithub: mc

ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}