- prolog_history(+Action) is det
- Execute Action on the history. Action is one of
- enable
- Enable history. First loads history for the current directory.
Loading the history is done at most once.
- disable
- Sets the Prolog flag
save_history
to false
, such that the
history is not saved on halt.
- save
- If there is a history loaded from a file, save the current
history back into that file if
save_history
is true