All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

package-flagged-p Function

Summary

Queries whether a package is flagged.

Package

system

Signature

package-flagged-p package flag => result

Arguments
package
A package designator.
flag
A keyword.
Values
result
A boolean.
Description

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