Lego Mindstorm and Squeak

Ned Konz ned at bike-nomad.com
Fri Mar 29 18:10:39 UTC 2002


On Friday 29 March 2002 10:02 am, Ned Konz wrote:

> "Foreground process"
>
> [
> 	queue size > 0 ifTrue: [ Transcript show: queue next ].
> 	World doOneCycle.
> ] repeat.

er, make that 

 	queue size > 0 whileTrue: [ Transcript show: queue next ].

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com



More information about the Squeak-dev mailing list