shithub: mc

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

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