shithub: mc

ref: 949eb0559d34c181134b810d16d845f7609c2222
dir: /test/mod.myr/

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