shithub: mc

ref: 76abfd698816b23920c422a0aa8c4947b156b50c
dir: /test/mod.myr/

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