shithub: mc

ref: 2fad146c7146c1d522c1d20ed80663cc4701ea9a
dir: /test/mod.myr/

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