Advertisement
Guest User

Untitled

a guest
May 30th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ;; CCL:
  2. ? (loop repeat 2 do (princ "> ") (read-line))
  3. > see?
  4. > this one works better.
  5. NIL
  6.  
  7.  
  8. ;; SBCL:
  9. * (loop repeat 2 do (princ "> ") (read-line))
  10. sbcl
  11. example
  12. > >
  13. NIL
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement