shithub: mc

ref: 1d621484cf5a247351702ef7b2c111ca83a41d97
dir: /test/mod.myr/

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