shithub: mc

ref: 6270260b03df40c9e2230079bafbf574238acc34
dir: /test/mod.myr/

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