shithub: mc

ref: 6b0e53468c9078efde8c5daaede91ea70bbd6e1d
dir: /test/mod.myr/

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