shithub: mc

ref: 1e8a7b492adbf99def7348f6161f5fdbdc18801a
dir: /test/mod.myr/

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