shithub: mc

ref: 9954ed6a35cded05c786bc7319a79e20719ea74a
dir: /test/mod.myr/

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