shithub: mc

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

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