shithub: mc

ref: 92d743d5e5eaf030196e52bdcc94b8c1735c1219
dir: /test/mod.myr/

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