[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.2 $ $Date: 2003/01/28 15:44:22 $