shithub: mc

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

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