examine
examine ()
-- list the sequence numbers for the scopes corresponding
to the frames currently in use.
examine f
-- display internal information about an interpreted
function f
.
examine x
-- display internal information about a symbol x
.
This function is intended for debugging the interpreter itself.
See also debugging.
Go to main index.
Go to concepts index.