The library is loaded using
and it current contains the following predicates::- lib(util).
The argument must be a string which is the name of a directory. This directory will be added at the beginning of the library path.
The argument must be a string which denotes a file name suffix that will be added at the beginning of the prolog_suffix list.
Succeeds if From and To are integers and I unifies with a number between the two. On backtracking it generates all values for I starting from From onwards.
List all currently compiled files and indicate if they have been modified since they were compiled.
Find the event number whose message contains the specified substring.
Make a ptags file for all .pl files in the current directory.
It reads a line from the input stream into a string.read_line(String) :- read_string(input, "\n", Length, String).
Like the previous but reads from a specified stream.
Print port statistics into the specified file with a .stat suffix and mode statistics the file with .mode suffix (cf. chapter and print_statistics/0).
List all information about the specified I/O stream.
List all currently opened streams.
Call the goal Goal, measure its runtime (cputime) and print the result after success or failure.
Writes the current history into the .eclipse_history file.