shithub: mc

ref: da4e9c9216aeb8455dfd972956e29942fd9d4690
dir: /test/mod.myr/

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