Form
|
Meaning
|
view exp
|
Creates a view displaying the expression exp.
|
view type
|
Creates a view displaying the type type.
|
view $locals$
|
Displays all local variables.
|
view filename
|
Displays all procedures and any special variables in the file filename.
|
view *address
|
Creates a window displaying the contents of the given location in memory. An asterisk (*) must be in front of the viewed address.
|
view exp1,exp2,exp3
|
Creates a view displaying the multiple expressions.
|