shithub: mc

ref: 7efe6165e6c644a51b50e91c897a9f19256db92d
dir: /test/mod.myr/

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