shithub: mc

ref: 134217a2c718527a3e38abd5a60467ecb586fea9
dir: /test/mod.myr/

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