Inspect in some detail, the type and contents of Open GENIE variables.
| INSPECT | p1=Any | Print the internal type or representation of a variable |
example:
# Example in preformatted font >> inspect 45 An instance of Integer
![]()
The Inspect() command gives details of the type and structure of the underlying smalltalk variables. Sometimes it can be useful to get information about the type of a complex variable but usually one of the Print() commands is a better bet.
P1 (Any)
Variable to be inspected.