WriteStr.st
changeset 3 24d81bf47225
parent 1 a27a279701f8
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    24 
    24 
    25 Streams for writing into - this implementation currently DOES change the identity if the
    25 Streams for writing into - this implementation currently DOES change the identity if the
    26 streamed-upon collection if it cannot grow. Thus its slightly incompatible to ST-80 since
    26 streamed-upon collection if it cannot grow. Thus its slightly incompatible to ST-80 since
    27 aStream contents does not always return the original collection. This will change soon.
    27 aStream contents does not always return the original collection. This will change soon.
    28 
    28 
    29 %W% %E%
    29 $Header: /cvs/stx/stx/libbasic/Attic/WriteStr.st,v 1.3 1993-10-13 00:19:00 claus Exp $
    30 '!
    30 '!
    31 
    31 
    32 !WriteStream class methodsFor:'instance creation'!
    32 !WriteStream class methodsFor:'instance creation'!
    33 
    33 
    34 on:aCollection from:start to:last
    34 on:aCollection from:start to:last