shithub: mc

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

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