Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
save ( -- )
Factor documentation
>
Factor handbook
>
The implementation
>
Images
Next:
save-image ( path -- )
Vocabulary
memory
Word description
Saves a snapshot of the heap to the current image file.
See also
save-image
,
save-image-and-exit
Definition
USING:
system
;
IN:
memory
:
save
( -- )
image
save-image
;