shithub: mc

ref: 00f032bd89766baaafb5cadc59fea2fb22ef934c
dir: /test/mod.myr/

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