Object Command Example
Details
Action
Creates an object of a given class type.
Suppose the type screen is declared with:
type screen list(window, objs, selection, numobjs) list();
Then an object called "arena" of type "screen" is created with:
object arena screen list(window, "GEOMETRY", objs, list(), selection , list(),
numobjs,0);