:get ( variable -- value )
Factor handbook » The language » Exception handling » The debugger

Prev::c ( -- )
Next::help ( -- )


Vocabulary
debugger

Inputs
variablean object


Outputs
valuevalue or f


Word description
Looks up the value of a variable at the time of the most recent error.

Definition