shithub: mc

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

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