shithub: mc

ref: 5c8e36a766776886cca1bc86f980d313ef4e7ce8
dir: /test/mod.myr/

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