[Flow] Flow tutorial...

Charles Turner vze26m98 at optonline.net
Thu Jun 28 00:06:43 UTC 2007


Hi-

Working through the Flow tutorial from 1998 and had a question. Should I
be able to say the following?

Smalltalk at: #Examplestream put: nil
Examplestream := (String new: 16) writableStream
Examplestream nextPut: $H
Examplestream nextPutAll: 'ello World!'

For me this gives an "Error: Subscript Out of Bounds: 1" after the final
line of code.

I'm running alpha12 naiad with Squeak 3.9-final-7067 image. I filed in
the "naiad.st" file.

(FWIW: writableStream is spelled writeableStream in the tutorial)

Thanks, Charles Turner

<vze26m98 at optonline.net>


More information about the Flow mailing list