Next: System Inspection, Previous: Error Messages, Up: Debugging [Contents][Index]
You can inspect the value or type of any variable at any time. For
variables that have a value, you can display that value with the
type
(or print
) command (see type).
For any variable, you can inspect the current definition of the variable
with the dump
command (dump).
Some words cannot be used as names for variables; see Reserved Keywords for more information.