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 dfe9dff commit 2b61d2dCopy full SHA for 2b61d2d
jive/ji.html
@@ -17,6 +17,8 @@
17
out += "["+s+"]"
18
} else if (code[p] == "[") {
19
while (code[p] !== "]") {p++}
20
+ } else if (code[p] == "!") {
21
+ s.push(fact(s.pop()))
22
} ; p++
23
}
24
//output the out variable
0 commit comments