Advertisement
Guest User

Untitled

a guest
May 7th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. (defun innоcuous (foo)
  2. (print `(delete-file ,foo)))
  3.  
  4. (defun innocuous (foo)
  5. (print foo))
  6.  
  7. (innоcuous "ah ah!")
  8. --> (delete-file "ah ah!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement