next up previous index
Next: The SICStus compatibility Up: SICStus Prolog Compatibility Previous: SICStus Prolog Compatibility

Using the SICStus Prolog compatibility package

  The SICStus Prolog compatibility package can be accessed by issuing the directive

:- use_module(library(sicstus)).
The effect of the compatibility library is local to the module where it is loaded (except for the redefinition of some global event handlers). The directive must therefore be given in every module that wants to use the compatibility mode.



Micha Meier
Mon Mar 4 12:11:45 MET 1996