Read Me - Common Public License V1.0 - Copyright Notice(©)

at


>>-at(name)----------------------------------------------------><

Returns the item associated with index [name] . If a method defined using setMethod () is associated with index [name] , the result of running this method is returned. If the collection has no item or method associated with index [name] , the Nill object is returned.

Directory class - at method

say .environment~at("OBJECT")   /* Produces: "The Object class" */

Read Me - Common Public License V1.0 - Copyright Notice(©)