Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. if (!(cond)) {
  2. expression;
  3. }
  4.  
  5. vs.
  6.  
  7. if ( ! (cond)) {
  8. expression;
  9. }
Add Comment
Please, Sign In to add comment