shithub: mc

ref: cc8c4835a485d7568d7e8f1187f4092dba91255e
dir: /test/mod.myr/

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