contents.gifindex.gif

Library Keyword

Syntax

LIBRARY 'name'

name - A string that specifies the name of the file, excluding the file extension.

Use

The LIBRARY statement causes the contents of the indicated file to be inserted in the ABEL source file. The insertion begins at the point where the LIBRARY statement is located. The file extension of '.inc' is appended to the name specified, and the resulting file name is searched for. If no file is found, ABEL will attempt to find the file in the abel5lib.inc library file.


See Also

Module