shithub: mc

ref: 4754ca5116714151571639cff957ee0e18a155cc
dir: /test/mod.myr/

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