shithub: mc

ref: 3f183eeb7fa732ae7cdd87aa4399db38e57f6445
dir: /test/mod.myr/

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