shithub: mc

ref: 8510d8a1f452aed36421c7562aa9c7caa5575a03
dir: /test/mod.myr/

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