shithub: mc

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

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