set-features [Function]


Purpose

The set-features function enables selected Loom features. These features control the overall behavior of Loom, including the amount and type of dialogue that Loom has with the user.

Syntax

set-features &rest features

Arguments

The features argument is one or more keywords which specify the features to be set:

Value

The set-features function returns a list of the Loom features which are currently set.

Examples

(set-features :closed-world) ==> 
    (:CLOSED-WORLD :EMIT-MATCH-STARS \ldots) 
(set-features :prefer-clos-instances :suppress-diehard-output) ==> 
    (:PREFER-CLOS-INSTANCES :SUPPRESS-DIEHARD-OUTPUT :CLOSED-WORLD \ldots)

See Also

Last modified: Jun 1 1995