What does the operator <-> mean? I have seen it in some Self code but couldn't find a definition. Thanks, Douglas
------------------------------------------------------------------------
eGroups.com home: http://www.egroups.com/group/self-interest http://www.egroups.com - Simplifying group communications
Douglas Atique wrote:
What does the operator <-> mean? I have seen it in some Self code but couldn't find a definition.
Where did you see that? I searched through all of the Self sources and didn't find a single instance of this. There are plenty of "->" (which is used for reading in objects from text files) and of "<-" (which is used to declare data slots with initial values), however.
-- Jecel
self-interest@lists.selflanguage.org