shithub: mc

ref: 3e8d3b9970076ffb3f34aa1deb8ecf9081031131
dir: /test/mod.myr/

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