shithub: mc

ref: 3872f3ace46e4875e457826e012c03f969e81617
dir: /test/mod.myr/

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