[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.4 $ $Date: 2013/08/02 16:47:16 $