shithub: mc

ref: 3535b00498a9812b689a8fee281b73d426b92aff
dir: /test/mod.myr/

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