Advertisement
Guest User

Untitled

a guest
May 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. test
  2. # comment
  3. comment on midline # comment
  4. escaped hash "\# this is an escaped hash"
  5. escaped hash "\\# this is not a comment"
  6. not a comment "# this is not a comment - double apices"
  7. not a comment '# this is not a comment - single apices'
  8. this is a comment \\# this is a comment
  9. this is not a comment \# this is not a comment
  10. # '#' "#"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement