Did you know ... | Search Documentation: |
Pack logicmoo_utils -- prolog/script_files.pl |
This module allows running prolog files as scripts. @author Douglas R. Miles @license LGPL
Prolog source-code will echo while running
Echoing the file
Same as
:- process_this_script_with(compile_normally, echo_file)
.
Same as
:- process_this_script_with(compile_normally, skip(_)).
The following predicates are exported, but not or incorrectly documented.