shithub: mc

ref: 709c76b410df4f968557b6013284ac5bc2471213
dir: /test/mod.myr/

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