shithub: mc

ref: 7194d93071002efaa90260999cc6530949e2b046
dir: /test/mod.myr/

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