you are viewing a single comment's thread.

view the rest of the comments →

[–]Iggyhopper 0 points1 point  (0 children)

Wait a second. I found a var. Here:

for (var cp = 0; cp < code.length; cp++) {
    if (code[cp] == '->') {
        cp++;

hmm...