shithub: mc

ref: 1076d5c95b263eabec0bd911960ebd21ddc19751
dir: /test/mod.myr/

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