shithub: mc

ref: 0b7f1ba84f3385eacef2b44758ca9be69c760cef
dir: /test/mod.myr/

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