shithub: mc

ref: 500dd060a6b4dfbdf6ffe1c1a6b18069876e9611
dir: /test/mod.myr/

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