qsave_program/2¶
qsave_program(+ F, Opts)*
Saves an image of the current state of the YAP database in file F, currently the options in Opts are ignored:
-
stack(+ KBytes) Limit for the local and global stack.
-
trail(+ KBytes) Limit for the trail stack.
-
goal(: Callable) Initialization goal for the new executable (see
-g
). -
init_file(+ Atom) Default initialization file for the new executable. See
-f
.