| Did you know ... | Search Documentation: | 
|  | The XSB import directive | 
The XSB import directive takes the form as below.
:- import p/1, q/2, ... from <lib>.
This import directive is resolved as follows:
dialect/xsb 
directory of the SWI-Prolog library. If found, the predicates are 
imported from this library.