Method ADT.Relation.Binary()->remove()
- Method remove
this_programremove(mixedleft,mixedright)- Description
Removes "
leftRright" as a member of the relation. Returns the same relation.
this_program remove(mixed left, mixed right)
Removes "left R right" as a member of the relation. Returns
the same relation.