shithub: mc

ref: 6ca71755bfa098a5849753f3aa7512f0b10257aa
dir: /test/mod.myr/

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