Handbook
Glossary
cchange ( key quot -- )
Furnace framework
»
Furnace persistence layer
»
Furnace conversation scope
Prev:
cset ( value key -- )
Vocabulary
furnace
.
conversations
Inputs
key
a
symbol
quot
a
quotation
with stack effect
( old -- new )
Outputs
None
Word description
Applies the quotation to the old value of the conversation variable, and assigns the resulting value back to the variable.
Definition
USING:
furnace.scopes
namespaces
;
IN:
furnace.conversations
:
cchange
( key quot -- )
conversation
get
scope-change
;
inline