shithub: mc

ref: 73158c2bad4d1ce6817abecf22e625039ccb1510
dir: /test/mod.myr/

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