shithub: mc

ref: bdddb0fe46050fc184e0146819e9840611a0e44d
dir: /test/mod.myr/

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