Prolog Utilities

KEY There are a number of files available which contain various useful Prolog programs. Unfortunately there is not currently any adaquate documentation for these. However many of them are very short - they include obvious things like append(L1,L2,L3) for appending lists together. So, if you are interested, you could look at the source code to see what they all do. There is one piece of documentation for a formatted write utility, and also a file with a list of all the procedures defined in the source files. The whole set of utilities are already loaded if you run Prolog using the command: Command: util (type return for list of files)
The files to look at are: CONLIB.PROLOGUTIL PD file with all the source code CONLIB.PROLOGUTIL_EMASUTIL Loads all the other files (used to build 'util'). CONLIB.PROLOGUHELP_UTIL Lists all the procedures, by file and alphabetically. CONLIB.PROLOGUHELP_WRITEF Documentation for the 'writef' procedure.