shithub: mc

ref: 9193bdc08bcba1b515fb60d25b700963a454b90a
dir: /test/mod.myr/

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