shithub: mc

ref: 3982a9ac9debac6f6c0670f59d3577610b69d4f9
dir: /test/mod.myr/

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