shithub: mc

ref: 3e73a19648bd78bb9defb1ccb458f21206450fe2
dir: /test/mod.myr/

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