System interface - Factor Documentation (original) (raw)

System interface
Factor handbook » The implementation

Prev: Initialization and startup
Next: VM memory layouts

Processor detection
Operating system detection
Ctrl-Break handler

Getting the path to the Factor VM and image:

vm-path ( -- path )

image-path ( -- path )

Getting a monotonically increasing nanosecond count:

nano-count ( -- ns )

Exiting the Factor VM:

exit ( n -- * )

quit ( -- * )