Queries whether a package is flagged.
system
package-flagged-p package flag => result
package⇩ |
A package designator. |
flag⇩ |
A keyword. |
result |
A boolean. |
The function package-flagged-p
is the predicate for whether the package package is flagged with the keyword flag.
Current valid values for flag are:
:implementation | Packages that are part of the LispWorks implementation. You must not add definitions to them. |
:documented |
Packages that are fully documented (that is, all external symbols are documented), and all external symbols are intended for your use. |
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02