Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #+BEGIN_EXAMPLE
  2. if (something) {
  3. host = config.host;
  4. user = config.user;
  5. password = config.password;
  6. database = config.database;
  7. somethingelse = config.somethingelse;
  8. }
  9. #+END_EXAMPLE
  10.  
  11. #+BEGIN_EXAMPLE
  12. if (something) {
  13. host = config.host;
  14. user = config.user;
  15. password = config.password;
  16. database = config.database;
  17. somethingelse = config.somethingelse;
  18. }
  19. #+END_EXAMPLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement