shithub: mc

ref: 72544d0e40f3aa0dabec5a7833b1dad17b435c74
dir: /test/mod.myr/

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