- Set AllSymbols
AllSymbols
The predefined set AllSymbols
contains the names of identifiers,
predeclared identifiers, keywords, and intrinsics.
Set AllSymbols {
Index : IndexSymbols;
Definition : {
AllPredeclaredIdentifiers + AllIdentifiers +
AllKeywords + AllIntrinsics
}
}
Definition
The contents of the set
AllSymbols
is the collection of all identifiers, predeclared identifiers, keywords, and intrinsics.
Updatability
The contents of the set can only be modified by adding or deleting identifiers in the Model Explorer.
See also
The sets AllIdentifiers
, AllPredeclaredIdentifiers
, AllKeywords
, and AllIntrinsics
.