lisp123456

Untitled

Oct 19th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (let ((x (something a b c ...))
  2. (do-this-step)
  3. (and-this-step)
  4. (finally-this-step))
  5.  
  6. (defmacro do-this-step ...)
  7. (defmacro and-this-step ...)
  8. (defmacro finally-this-step ...)
Advertisement
Add Comment
Please, Sign In to add comment