There was an error while loading. Please reload this page.
libpath
Possible values: list of strings.
The switch libpath contains a list of directories where CafeOBJ searches for include files. Addition and removal of directories can be done with
set libpath + <path1>:<path2>:... set libpath - <path1>:<path2>:...
or the full libpath reset by set libpath <path1>:<path2>:...
set libpath <path1>:<path2>:...
The current directory has a privileged status: It is always searched first and cannot be suppressed.