I made a mistake at point two, which has to be corrected:

2) words have a context, which is a mapping of words with different  
spelling to a value-slot of each word
------------------------------------------------

a: b: c: 1
d: next "hallo"
e: head d

context-table:
word -- value-slot
a -- (1)
b -- (1)
c -- (2)
d -- (|**,2)   ;**this particular pointer gets copied and the position  
changed by next
        |
   (h)-(a)-(l)-(l)-(o)
     \
      \
e -- (|**,1)

Of course every word has its own value-slot in the context. Only if  
references are involved then the value-slots of more objects can contain  
references to the same object.


Michael
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to