Looking for Programming Language that allows you to change true and false.
        Posted  
        
            by Maushu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Maushu
        
        
        
        Published on 2010-03-17T17:36:01Z
        Indexed on 
            2010/03/17
            17:41 UTC
        
        
        Read the original article
        Hit count: 291
        
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?
© Stack Overflow or respective owner