shithub: mc

ref: 33ee7d302c1458d5e36a7d6bde5e7666cb394769
dir: /test/mod.myr/

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