begin-conversation ( -- )
Furnace framework » Furnace persistence layer » Furnace conversation scope

Prev:<conversations> ( responder -- responder' )
Next:end-conversation ( -- )


Vocabulary
furnace.conversations

Word description
Starts a new conversation scope. Values can be stored in the conversation scope with cset, and the conversation can be continued with <continue-conversation>.

Definition