Logged In: NO

sorry, I made a mistake. The problem is with the || (OR)
comparison. This is because in the Expression class, the
second character of the OR expression is ! not |. Changing
that corrects the issue.