shithub: mc

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

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