Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; CCL:
- ? (loop repeat 2 do (princ "> ") (read-line))
- > see?
- > this one works better.
- NIL
- ;; SBCL:
- * (loop repeat 2 do (princ "> ") (read-line))
- sbcl
- example
- > >
- NIL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement