shithub: mc

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

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