3.1 Instances
3.2 Class
3.3 Metaclasses
SomeStream on: aSequenceableCollection.
"Creates an instance of the
receiver.
Elements to be processd must
be part of a sequenceable collection."
ReadStream on: 'Time is #'.
WriteStream on: String new.


