shithub: mc

ref: 90b5bcd21e3920cc6ab27bb32df81aed5cb26e9f
dir: /test/mod.myr/

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