shithub: mc

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

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