shithub: mc

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

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