shithub: mc

ref: 60179fff24f6737b3ad6ca3e0e2c332fe8a20c85
dir: /test/mod.myr/

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