Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (let ((x (something a b c ...))
- (do-this-step)
- (and-this-step)
- (finally-this-step))
- (defmacro do-this-step ...)
- (defmacro and-this-step ...)
- (defmacro finally-this-step ...)
Advertisement
Add Comment
Please, Sign In to add comment