shithub: mc

ref: 7f63840cfaa3640e76d6ac0688a19ba52a68764a
dir: /test/mod.myr/

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