Syntax
letter [ letter | digit ] [ ...n ] [ [ expression [ ,...n ] ] ]
Parameters
Description
Identifiers are the names of model entities such as ispecs, variables, parameters, classes, and methods.
Where the name of an identifier might be ambiguous within the context in which it is used, use qualifiers to unambiguously specify which one you mean.
Examples
Example 1
MyIdentifier
Example 2
AnotherIdentifier
Example 3
MyArray[A, 13, index]