Advertisement
Guest User

Untitled

a guest
Jul 1st, 2012
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Rules:
  2.  
  3. Statements are true
  4. Statements can change their state
  5.  
  6. Paradox:
  7.  
  8. This statement is false
  9.  
  10. The statement is false as it set its state to false
  11.  
  12. In computational terms:
  13.  
  14. Rules broken, Statements can change their state
  15.  
  16. Computers can't understand this statement change.
  17.  
  18. A computer will try and set a statement to false then return the value but a statement must be true.
  19.  
  20. This creates a infinite loop of the computer trying to figure out if is true or false.
  21.  
  22. The computer will continue until it finds the state
  23.  
  24. - iToasterman July 1 2012
  25.  
  26. iToasterman @ gmail.com if you'd like more.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement