Handbook
Glossary
with-global-variable ( value key quot -- )
Vocabulary
combinators
.
extras
Inputs
value
an
object
key
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
namespaces
;
IN:
combinators.extras
:
with-global-variable
( value key quot -- )
[
set-global
]
dip
call
;
inline