shithub: mc

ref: 47530cd95dab13ff70928ec85a2f32c9f8448725
dir: /test/mod.myr/

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