shithub: mc

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

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