shithub: mc

ref: 38bff109c49599383fabf9163bda5954af1ffab5
dir: /test/mod.myr/

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