Returns a set which contains all the members in the set domain.
Set = SetDomain (SetType)
Variable | Description |
---|---|
Set | The returned set. SET. |
SetType | The name of the set data type as defined in a type...is set declaration. TYPE. |
SetDomain initializes a SET variable of a particular SET data type with all of the possible values for that data type.
[-] type PRIMARY_COLORS is set [ ] Red [ ] Blue [ ] Yellow [ ] [ ] PRIMARY_COLORS PrimaryColors = SetDomain (PRIMARY_COLORS)