Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
05ef8fea
Commit
05ef8fea
authored
Oct 05, 2017
by
Francois-Rene Rideau
Browse files
contrib: fix docstring for DBG
parent
b83f0b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/contrib/debug.lisp
View file @
05ef8fea
...
...
@@ -55,9 +55,9 @@ but can be an arbitrary expression returning a tag to be princ'ed first;
if the expression returns NIL, nothing is printed.
EXPRS are expressions, which when the TAG was not NIL are evaluated in order,
with their source code then their return values being printed each time.
The last expresion is *always* evaluated and its multiple values are returned,
The last expres
s
ion is *always* evaluated and its multiple values are returned,
but its source and return values are only printed if TAG was not NIL;
previous expressions are not evaluated at all if TAG
returned
NIL.
previous expressions are not evaluated at all if TAG
was
NIL.
The macro expansion has relatively low overhead in space or time."
(
let*
((
last-expr
(
car
(
last
exprs
)))
(
other-exprs
(
butlast
exprs
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment