html Example 2: The Paradox of Pseudocode

The Paradox of Pseudocode

`if (x = y){
   print("x = y");
   print("Wait, no, wait, x != y!");
   print("BUT x == y IN THIS PARADOX");
  }

This is the infamous Example 2 of Pseudocode, where the logic is so convoluted that it's not even wrong. It's just... complicated.

For more on the intricacies of this paradox, visit: