shithub: mc

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

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