Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // This block is commented out:
  2. /**
  3. bigBlockOfCode();
  4. lalala();
  5. fooBar();
  6.  
  7. if(someStuff()) {
  8. doExtraThings();
  9. }
  10. /**/
  11.  
  12. // I add a forwardslash to the next line and now it is not commented out:
  13. /**/
  14. bigBlockOfCode();
  15. lalala();
  16. fooBar();
  17.  
  18. if(someStuff()) {
  19. doExtraThings();
  20. }
  21. /**/
Add Comment
Please, Sign In to add comment