We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514f427 commit 85e22adCopy full SHA for 85e22ad
jive/ji.html
@@ -15,7 +15,7 @@
15
} else if (code[p] == "!") { s.push(fact(s.pop()))
16
/*this is gonna be fun*/
17
} else if (code[p] == "`") { if (code[p+1]==","){ s.push(Number(s.pop())) } }
18
- } ; p++
+ p++
19
}
20
//output the out variable
21
document.getElementById("o").innerHTML = out
0 commit comments