shithub: mc

ref: d79699d880ff79a6f538731498f75f629f3051e8
dir: /test/mod.myr/

View raw version
const main = {
	var a = 42
	var b = 9
	-> a % b
}