From vze26m98 at optonline.net Thu Jun 28 00:06:43 2007 From: vze26m98 at optonline.net (Charles Turner) Date: Thu Jun 28 00:07:10 2007 Subject: [Flow] Flow tutorial... Message-ID: 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