shithub: mc

ref: 6f83d942aeb7c284341be7b1e514d994cc17b715
dir: /test/mod.myr/

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