shithub: mc

ref: 269843206145fb19962dded89481391e937ee331
dir: /test/mod.myr/

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