shithub: mc

ref: 696575dc066473f238eab48e0741d82a7ba7a60a
dir: /test/mod.myr/

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