Advertisement
Guest User

Untitled

a guest
Jan 13th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. $ sbcl
  2. This is SBCL 1.3.14.debian, an implementation of ANSI Common Lisp.
  3. More information about SBCL is available at <http://www.sbcl.org/>.
  4.  
  5. SBCL is free software, provided as is, with absolutely no warranty.
  6. It is mostly in the public domain; some portions are provided under
  7. BSD-style licenses. See the CREDITS and COPYING files in the
  8. distribution for more information.
  9. * (setf name "asarch")
  10. ; in: SETF NAME
  11. ; (SETF NAME "asarch")
  12. ; ==>
  13. ; (SETQ NAME "asarch")
  14. ;
  15. ; caught WARNING:
  16. ; undefined variable: NAME
  17. ;
  18. ; compilation unit finished
  19. ; Undefined variable:
  20. ; NAME
  21. ; caught 1 WARNING condition
  22.  
  23. "asarch"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement