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

NextPrevUpTopContentsIndex

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 - 20 Sep 2017

NextPrevUpTopContentsIndex