shithub: mc

ref: 077b43497cb528d529f0d7380b0ebd58e46b0674
dir: /test/mod.myr/

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