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