Handbook
Glossary
schange ( key quot -- )
Furnace framework
»
Furnace persistence layer
»
Furnace sessions
Prev:
sset ( value key -- )
Next:
Session manager configuration
Vocabulary
furnace
.
sessions
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 session variable, and assigns the resulting value back to the variable.
Definition
USING:
furnace.scopes
namespaces
;
IN:
furnace.sessions
:
schange
( key quot -- )
session
get
scope-change
;
inline