shithub: mc

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

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