shithub: mc

ref: a2207af9fb5f49a2663e058658571638a509a3e6
dir: /test/mod.myr/

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