We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2185b commit a159a7dCopy full SHA for a159a7d
quicklisp/client.lisp
@@ -25,10 +25,11 @@
25
"Load SYSTEMS the quicklisp way. SYSTEMS is a designator for a list
26
of things to be loaded.
27
28
- VERBOSE defaults to NIL.
29
- SILENT defaults to NIL.
30
- PROMPT defaults to NIL.
31
- EXPLAIN defaults to T but is not used in the default method.
+ SYSTEMS can be either a string, a keyword symbol, a list of strings or a list of keyword symbols.
+ VERBOSE is boolean and defaults to NIL.
+ SILENT is boolean and defaults to NIL.
+ PROMPT is boolean and defaults to NIL.
32
+ EXPLAIN is boolean and defaults to T but is not used in the default method.
33
34
Examples:
35
0 commit comments