shithub: mc

ref: 1429ef6c0ba0dc6983461366995ff66683de1262
dir: /test/mod.myr/

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