Product Site

5.3.17.6. at

Returns the item associated with index name. If the StringTable has no item associated with index name, .nil is returned.
Example 5.208. StringTable class — at method
say .environment~at("OBJECT")   /* Produces: "The Object class" */