Availability:built-in
load_files(:Files)Equivalent to load_files(Files,[]). Same as consult/1,
See load_files/2
for supported options.
- Modified in 8.5.18 (👉2778c8a) WASM: Prolog.consult() now calls load_files/1, allowing it to handle a mixture of local files, URLs as well as Prolog sources and .qlf files. The sources are now processed _sequentially_ and are no longer materialised as files.