Next: mpg-ref-copy_term, Previous: mpg-ref-compound, Up: mpg-bpr [Contents][Index]
consult/1
consult(+Files)
Consults the specified Prolog source file(s) into memory.
file_spec or list of file_spec, must be ground
A file specification or a list of file specifications; extensions optional.
This predicate is defined as if by:
consult(Files) :- load_files(Files, [load_type(source),compilation_mode(consult)]).
See load_files/[2,3]
.