This is the synonyms Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:49:32 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
synonyms
A package containing useful synonyms to Common Lisp functionalities.
Robert Smith
Public Domain
package.lisp
(file).
synonyms.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
synonyms/synonyms.lisp
package.lisp
(file).
synonyms
(system).
false
(constant).
head
(function).
negativep
(function).
no
(function).
non-negative-p
(function).
non-positive-p
(function).
non-zero-p
(function).
positivep
(function).
strcat
(function).
tail
(function).
true
(constant).
yes
(function).
Packages are listed by definition order.
synonyms
syn
common-lisp
.
false
(constant).
head
(function).
negativep
(function).
no
(function).
non-negative-p
(function).
non-positive-p
(function).
non-zero-p
(function).
positivep
(function).
strcat
(function).
tail
(function).
true
(constant).
yes
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The false value.
The canonical truth value.
Return the head of a list.
Check if a number N is negative.
A function that akways returns a false value. Equivalent to (CONSTANTLY NIL).
Check if a number N is non-negative (greater or equal to zero).
Check if a number N is non-positive (less than or equal to zero).
Check if a number is non-zero.
Check if a number N is positive.
Concatenate two strings A and B.
Return the tail (rest) of the list.
A function that always returns a truth vale. Equivalent to (CONSTANTLY T).
Jump to: | F H N P S T Y |
---|
Jump to: | F H N P S T Y |
---|
Jump to: | C F T |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
C | |||
Constant, false : | Public constants | ||
Constant, true : | Public constants | ||
| |||
F | |||
false : | Public constants | ||
| |||
T | |||
true : | Public constants | ||
|
Jump to: | C F T |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|