shithub: mc

ref: b1e6a04201002d4dc9dbd2d5ee410d30ec5a3cac
dir: /test/mod.myr/

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