Looking for Programming Language that allows you to change true and false.
- by Maushu
For my curiosity sake I'm looking for a dynamic object oriented language that allows you to change true to false and vice versa.
Something like this:
true = false, false = true;
This should also affect any conditional statements, therefore 42 == 42 should return False.
Basically, with this premise, nothing in the language would be safe from the programmer.
Is there any language like this?