shithub: mc

ref: 4403e8080fea47d509fa2ca264feff1cccceefbe
dir: /test/mod.myr/

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