Command: group

Syntax

group <assign> {,<assign> ... }

Description

Declare (and optionally assign) one or more group identifiers.

Parameters

Switches

Notes

If no assignment is given, the group is initialized to empty.

Arrays of groups are not permitted.

Groups cannot contain sub-entities of compounds without their parent entity. If this is attempted, the parent of the sub-entity is used instead.

Groups can only have global or application scope.

Examples

Create an empty group.

group things

Create two groups from combinations of two other groups.

group diff = (b - c), comb = (b & c)

See Also

Commands:

entity, epointer, exclude, include

Identifiers:

all (group), these (group)

Structures:

group