- 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.