Not profiling 'Delay>>wait'

Ned Konz ned at bike-nomad.com
Thu Sep 27 17:08:39 UTC 2001


On Thursday 27 September 2001 08:35 am, David Farber wrote:
> and if someone would bang out a quick haltOnShift, and stuff it in the
> image, then it would be just sitting there waiting to be used too...

Object>>haltOnShift
       Sensor shiftPressed ifTrue: [ self halt ].

Object>>haltOnShift: message
       Sensor shiftPressed ifTrue: [ self halt: message ]

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




More information about the Squeak-dev mailing list