Guest User

Untitled

a guest
Nov 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. bool p;
  2.  
  3. /* ... */
  4.  
  5. if ( p )
  6. puts("p is true");
  7.  
  8. if ( ! p )
  9. puts("p is false");
Add Comment
Please, Sign In to add comment