Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
image ( -- path )
Factor documentation
>
Factor handbook
>
The implementation
>
System interface
Prev:
vm ( -- path )
Next:
nano-count ( -- ns )
Vocabulary
system
Inputs and outputs
path
a pathname string
Word description
Outputs the pathname of the currently running Factor image.
Variable value
Current value in global namespace:
"/home/sheeple/builds/2013-04-24-16-06/factor/factor.image"
Definition
USING:
namespaces
;
IN:
system
:
image
( -- path )
\
image
get-global
;