Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Global variables
Factor documentation
>
Factor handbook
>
The language
Prev:
Dynamic variables
Next:
Fried quotations
namespace
( -- namespace )
global
( -- g )
get-global
( variable -- value )
set-global
( value variable -- )
initialize
( variable quot -- )
with-global
( quot -- )