| Did you know ... | Search Documentation: |
| edinburgh.pl -- Some traditional Edinburgh predicates |
This module defines predicates from `traditional Edinburgh Prolog' (Dec10 and C-Prolog) whose functionality has been replaced by (ISO) Standard Prolog.
display(+Term) is det
display(+Stream, +Term) is det{a}) and lists ([a,b,c]). Currently does print
dicts using the dict notation.
unknown(-Old, +New) is det
reconsult(+FileOrList) is detfile(s), wiping the old content first. SWI-Prolog's
consult/1 and related predicates always do this.
debug is det
nodebug is det
fileerrors(-Old, +New) is dettrue, causing file operations to raise an exception. Setting
it to false activates the old Edinburgh mode of silent
failure.
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
display(+Term) is det
display(+Stream, +Term) is det{a}) and lists ([a,b,c]). Currently does print
dicts using the dict notation.
debug is det
nodebug is det