System Directories

There are four basic system directories: cmplib, lib, modlib and sim. cmplib contains the Prolog to byte code translator; lib and modlib contain library routines. The src subdirectory in each of these contains the corresponding Prolog source programs. The directory sim contains the simulator, the subdirectory builtin contains code for the builtin predicates of the system.

It is recommended that the beginning user include the system directories in his SIMPATH, by setting SIMPATH to

.:SBP/modlib:SBP/lib:SBP/cmplib
where SBP denotes the path to the root of the SB-Prolog system directories.