
qsave.pl -- Save current program as a state or executableThis library provides qsave_program/1 and qsave_program/2, which are also used by the commandline sequence below.
swipl -o exe -c file.pl ...
qsave_program(+File) is det
qsave_program(+File, :Options) is det
qsave:arch_shlib(+Architecture, +FileSpec, -File) is det[multifile]foreign(Name), a specification
usable by absolute_file_name/2. The predicate should unify File with
the absolute path for the shared library that corresponds to the
specified Architecture.
If this predicate fails to find a file for the specified
architecture an existence_error is thrown.
qsave_toplevelThe following predicates are exported, but not or incorrectly documented.
qsave_program(Arg1, Arg2)