shithub: mc

ref: 0766e6b1624a4074a1564d274c2fd029b799901c
dir: /test/mod.myr/

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