shithub: mc

ref: 4fc4ebc1ca4f375c6f9b1d8babb53e03da51214f
dir: /test/mod.myr/

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