shithub: mc

ref: 5683fabf488d8e1a8e6beeff31e732cf8dcf590b
dir: /test/mod.myr/

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