Link.st
changeset 3 24d81bf47225
parent 1 a27a279701f8
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    24 
    24 
    25 this class provides the basic functionality for Link-nodes.
    25 this class provides the basic functionality for Link-nodes.
    26 Links are abstract in that they do not provide a place for storing something,
    26 Links are abstract in that they do not provide a place for storing something,
    27 just the link-chain. For more usability look at ValueLink.
    27 just the link-chain. For more usability look at ValueLink.
    28 
    28 
    29 %W% %E%
    29 $Header: /cvs/stx/stx/libbasic/Link.st,v 1.3 1993-10-13 00:16:22 claus Exp $
    30 '!
    30 '!
    31 
    31 
    32 !Link methodsFor:'accessing'!
    32 !Link methodsFor:'accessing'!
    33 
    33 
    34 nextLink
    34 nextLink