Name: examine
Short: exam
Location: #24

Syntax: examine <object>
exam <object>

Prints several useful pieces of information about the named object, including the following:

+ its full name, object number, and aliases
+ its owner's name
+ its description
+ its key expression (if it is locked and if you own it)
+ its contents
+ the 'obvious' verbs defined on it


[Note to programmers: the 'obvious' verbs are those that can be invoked as commands and are not specified by the :hidden_verbs verb. The default definition of "hidden" is "not readable". You can override this definition with a :hidden_verbs verb that gets the default list with pass(@args) and then alters that list.]

(Slated for code review.)