shithub: mc

ref: 128a304c58ed737c2f3c3bfff6957ccfc4c5bd50
dir: /test/mod.myr/

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