shithub: mc

ref: 290af5c176be42347969ad80ed9d73391a36c61e
dir: /test/mod.myr/

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