The top level root domain of the whole system. Contains main() to start the whole thing off
Imports the code necessary for creating an instance of anObject. Answers the factory for creating instances of anObject.
Answers the remote managed object which has aName belonging to an SMC at aLocation..
Answers aBoolean. Set system tracing on or off.
Answers aString. Displays aString on the console.
Executes aBlock with no arguments. Answers with the answer from aBlock. Used to force execution of a block within a particular SMC.