shithub: mc

ref: 4f1a566d65a2a1c91c18dbd96f5cba69b80d8008
dir: /test/mod.myr/

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