shithub: mc

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

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