shithub: mc

ref: 5f669e29c24c35a569ff01681a7df1420ded7a81
dir: /test/mod.myr/

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