[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
Okay, the problem with reverse is fixed. In my code for the operators, each operator is nested in two switch-case statements. The outer one groups operators around the number of operators it takes. Anyway, although the code for reverse appeared in its inner switch-case statement, it was missing the 'case 'reverse':' code in the outer switch-case statement. So it wasn't recognizing the operator. Adding it fixed the problem.