false.

PositionableStream>>#reset
"Set the receiver's position to the beginning of the sequence of objects."
position := 0


Laurent


On Thu, Jan 20, 2011 at 2:40 PM, Henrik Johansen <henrik.s.johansen@veloxit.no> wrote:
|writeStream|
writeStream := String new writeStream.
writeStream nextPut: $a.
writeStream reset.
writeStream isEmpty.

What would you expect?

Cheers,
Henry