Handbook
Glossary
:get ( variable -- value )
Factor handbook
»
The language
»
Exception handling
»
The debugger
Prev:
:c ( -- )
Next:
:help ( -- )
Vocabulary
debugger
Inputs
variable
an
object
Outputs
value
value or
f
Word description
Looks up the value of a variable at the time of the most recent error.
Definition
USING:
accessors
assocs
continuations
namespaces
;
IN:
debugger
:
:get
( variable -- value )
error-continuation
get
name>>
assoc-stack
;