Handbook
Glossary
with-global ( quot -- )
Factor handbook
»
The language
»
Global variables
Prev:
initialize ( variable quot -- )
Vocabulary
namespaces
Inputs
quot
a
quotation
Outputs
None
Word description
Runs the quotation in the global namespace.
Definition
USING:
kernel
;
IN:
namespaces
:
with-global
( quot -- )
[
global
]
dip
with-variables
;
inline