shithub: mc

ref: 586fecf9ce10a7d9cdea222275916574355269fd
dir: /test/mod.myr/

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