shithub: mc

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

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