set

Synopsis

EMPTYSET

Description

EMPTYSET takes no parameters and returns an empty set . It can be useful for initializing variables of type set.

Example

>> emptySet := EMPTYSET
>> {} == emptySet
true
>> {} == EMPTYSET
true
>>

See Also

(none)