shithub: mc

ref: 1441fb3b590d17f08cd3d4bc19abfd6b92e85b98
dir: /test/mod.myr/

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