shithub: mc

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

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