Skip to content

Commit 85e22ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jive/ji.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
} else if (code[p] == "!") { s.push(fact(s.pop()))
1616
/*this is gonna be fun*/
1717
} else if (code[p] == "`") { if (code[p+1]==","){ s.push(Number(s.pop())) } }
18-
} ; p++
18+
p++
1919
}
2020
//output the out variable
2121
document.getElementById("o").innerHTML = out

0 commit comments

Comments
 (0)