Guest User

Untitled

a guest
Nov 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mcd <- 'I\'m lovin it' # mcd <- "I'm lovin it"
  2. shaq <- 'Shaquille O\'Neal' # shaq <- "Shaquille O'Neal"
  3. ross_said <- "Let's put aside the fact that you \"accidentally\" pick up my grandmother's ring." # ross_said <- 'Let\'s put aside the fact that you "accidentally" pick up my grandmother\'s ring.'
  4. writeLines(mcd)
  5. writeLines(shaq)
  6. writeLines(ross_said)
Add Comment
Please, Sign In to add comment