shithub: mc

ref: 84e80233d1910dc255f4adb1d3de56a1d89e987c
dir: /test/mod.myr/

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