shithub: mc

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

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