EMPTYRELSynopsisEMPTYREL DescriptionEMPTYREL takes no parameters and returns an empty relation. It can be useful for initializing relation variables.Example
>> {} X {} == EMPTYREL
true
>> emptyRel := EMPTYREL
>> {} X {} == emptyRel
true
See Also(none) |
|