shithub: mc

ref: 6f349d4517219f9e23f70c87d1a62dccc7438218
dir: /test/mod.myr/

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