shithub: mc

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

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