[next] [up]

Hints and tricks

FileIn into a namespace

Especially, when loading alien code, you may want to avoid that existing classes are overwritten or redefined. To avoid this, alien code can be loaded into a namespace - even if the code files do not include any namespace information (for example, when loading ST-80 or Squeak code).

To do this, perform the following steps:


Doc $Revision: 1.1 $ $Date: 1998/06/18 12:06:48 $