shithub: mc

ref: 5248ba5079d913bb416ebbb1eea4b8750acd819a
dir: /test/mod.myr/

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