destructors, how?

Ned Konz squeak-dev at lists.squeakfoundation.org
Tue Oct 22 17:12:24 UTC 2002


On Tuesday 22 October 2002 09:48 am, Bryce Kampjes wrote:

> You might want to try using blocks e.g.:
> connectionPooler withConnection:
>     [:conn| the code that uses the connection "conn"].

And note that you probably want to do

aBlock fixTemps

before you save aBlock (due to Squeak's current lack of real=20
closures).

--=20
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list