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 baaa975 commit 514f427Copy full SHA for 514f427
jive/ji.html
@@ -13,6 +13,8 @@
13
} else if (code[p] == "↑") { out += "["+s+"]"
14
} else if (code[p] == "[") { while (code[p] !== "]") {p++}
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++
19
}
20
//output the out variable
0 commit comments