shithub: mc

ref: 9e705ea43749bc219e15e7a4b934690a147dba90
dir: /test/mod.myr/

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