shithub: mc

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

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