Handbook
Glossary
with-saved-context ( quot -- )
Vocabulary
raylib
.
live-coding
.
contexts
Inputs
quot
a
quotation
Outputs
None
Word description
Captures the current context and calls the quotation with it released, restoring it on both normal and exceptional return.
Definition
USING:
kernel
;
IN:
raylib.live-coding.contexts
:
with-saved-context
( quot -- )
current-context
swap
with-context-restored
;
inline