Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
alexandria
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alexandria
alexandria
Commits
12989cc4
Commit
12989cc4
authored
Aug 21, 2020
by
Philipp Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#18
and a typo. Thanks, Michał!
parent
f16ad0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
alexandria-1/control-flow.lisp
alexandria-1/control-flow.lisp
+2
-1
No files found.
alexandria-1/control-flow.lisp
View file @
12989cc4
...
...
@@ -78,10 +78,11 @@ argument evaluates to a true value no further DATUMS are evaluated, and NIL is
returned as both primary and secondary value. If exactly one argument
evaluates to true, its value is returned as the primary value after all the
arguments have been evaluated, and T is returned as the secondary value. If no
arguments evaluate to true NIL is retuned as primary, and T as secondary
arguments evaluate to true NIL is retu
r
ned as primary, and T as secondary
value."
(
with-gensyms
(
xor
tmp
true
)
`
(
let
(
,
tmp
,
true
)
(
declare
(
ignorable
,
tmp
))
(
block
,
xor
,@
(
mapcar
(
lambda
(
datum
)
`
(
if
(
setf
,
tmp
,
datum
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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