shithub: mc

ref: 939f632c16cadc94f03173c274c2a55535088bb6
dir: /test/mod.myr/

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