shithub: mc

ref: 86f01268aef860fafca5e93913e657efc58b240e
dir: /test/mod.myr/

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