shithub: mc

ref: 8ba9576c691e652534586d8ea337b20aef34eb49
dir: /test/mod.myr/

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