shithub: mc

ref: 150431ba47ff455aa3fb65525ccb44ec02a95774
dir: /test/mod.myr/

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