shithub: mc

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

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