shithub: mc

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

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