shithub: mc

ref: 8b40166d270adf9dacb384b24c22928379b1d225
dir: /test/mod.myr/

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