shithub: mc

ref: 928dd90068c3c8a65d7994e2307a5ddcbb44217a
dir: /test/mod.myr/

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