Simple Question

Randal Schwartz merlyn at stonehenge.com
Mon Sep 28 19:24:36 UTC 1998


>>>>> "Jarvis," == Jarvis, Robert P <Jarvisb at timken.com> writes:

Jarvis,> 	[ aFileStream atEnd = false ] whileTrue: [
Jarvis,> 		anOtherFileStream nextPut: (aFileStream next) ].

Error:
"[ blah = false ] whileTrue: [ blah2 ]"
better written as:
"[ blah ] whileFalse: [ blah2 ]"
in line 3

:-)



-- 
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying
Email: <merlyn at stonehenge.com> Snail: (Call) PGP-Key: (finger merlyn at teleport.com)
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me





More information about the Squeak-dev mailing list