Skip to content

Commit 514f427

Browse files
authored
Update ji.html
1 parent baaa975 commit 514f427

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
@@ -13,6 +13,8 @@
1313
} else if (code[p] == "↑") { out += "["+s+"]"
1414
} else if (code[p] == "[") { while (code[p] !== "]") {p++}
1515
} 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())) } }
1618
} ; p++
1719
}
1820
//output the out variable

0 commit comments

Comments
 (0)