shithub: mc

ref: 201facaf04f5148f15806fcebb71c55e671bbe22
dir: /test/mod.myr/

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