Guest User

Untitled

a guest
Jul 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(false) {
  2. // code you don't want to run
  3. }
  4.  
  5. if(true) { return blah; }
  6.  
  7. if(true) { throw new RuntimeException("Blow Up!"); }
  8.  
  9. if (false)
  10. {
  11. // dead code here
  12. }
Add Comment
Please, Sign In to add comment