Home Online Manual
Top
Back: Info string
Forward: Procedures in a library
FastBack: Procedures
FastForward: Debugging tools
Up: Libraries
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

3.8.5 LIB commands

LIB commands are part of the header of a library.

Syntax:
LIB "lib_1.lib";
...
LIB "lib_r.lib";
Purpose:
Loads libraries used by the library under consideration.
Example:
 
    LIB "primdec.lib";
    LIB "normal.lib";
Note:
The keyword LIB must be followed by at least one space.