Product Site

5.3.9.6. at

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 Directory has no item or method associated with index name, .nil is returned.
Example 5.199. Directory class — at method
say .environment~at("OBJECT")   /* Produces: "The Object class" */