Handbook
Glossary
cget ( key -- value )
Furnace framework
»
Furnace persistence layer
»
Furnace conversation scope
Prev:
<continue-conversation> ( url -- response )
Next:
cset ( value key -- )
Vocabulary
furnace
.
conversations
Inputs
key
a
symbol
Outputs
value
an
object
Word description
Outputs the value of a conversation variable.
Definition
USING:
furnace.scopes
namespaces
;
IN:
furnace.conversations
:
cget
( key -- value )
conversation
get
scope-get
;