shithub: mc

ref: 410752ea2d5f6661e363379d14bd255521ca46e7
dir: /test/mod.myr/

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