shithub: mc

ref: 31d5350f573cf2b2c176082ae26de473ee1f885c
dir: /test/mod.myr/

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