shithub: mc

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

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