shithub: mc

ref: 8e8131e3e7dbc21f60631a80ad3e638df80661ae
dir: /test/mod.myr/

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