with-context-restored ( context quot -- )


Vocabulary
raylib.live-coding.contexts

Inputs
contexta native context snapshot, or f
quota quotation


Outputs
None

Word description
Releases the current context, calls the quotation, and restores the supplied context even if the quotation throws. The context must remain alive throughout the call.

Definition