shithub: mc

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

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