shithub: mc

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

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