How to remove a Global?

Peter van Rooijen peter at vanrooijen.com
Sun May 9 20:53:18 UTC 2004


Chris Burkert wrote:

> Hi,
> 
> How can I remove a Global?
> 
> Regards
>            Chris Burkert

Normally by doing:

Smalltalk removeKey: #YourGlobalName

Cheers,

Peter



More information about the Squeak-dev mailing list