Advertisement
ukari

Untitled

Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. (defun nested ()
  2. (let ((x 1))
  3. (print x)))
  4.  
  5. (defun no-nested ()
  6. (let x 1)
  7. (print x))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement