Handbook
Glossary
<global-var-ref> ( var -- global-var-ref )
Factor handbook
»
The language
»
Collections
»
References
»
Reference implementations
Prev:
global-var-ref
Next:
slot-ref
Vocabulary
refs
Inputs
var
an
object
Outputs
global-var-ref
a
global-var-ref
Word description
Creates a reference to a global variable.
See also
<obj-ref>
,
<var-ref>
,
<slot-ref>
,
<key-ref>
,
<value-ref>
Definition
USING:
kernel
;
IN:
refs
:
<global-var-ref>
( var -- global-var-ref )
\
global-var-ref
boa
;
inline