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