shithub: mc

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

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