Skip to content

Commit 2b61d2d

Browse files
authored
Update ji.html
1 parent dfe9dff commit 2b61d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jive/ji.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
out += "["+s+"]"
1818
} else if (code[p] == "[") {
1919
while (code[p] !== "]") {p++}
20+
} else if (code[p] == "!") {
21+
s.push(fact(s.pop()))
2022
} ; p++
2123
}
2224
//output the out variable

0 commit comments

Comments
 (0)