TAL Reference Summary

Compiler Directives
TAL Reference Summary
58 096256 Tandem Computers Incorporated
Compiler Directives The following syntax diagrams describe directive lines, followed by compiler
directives in alphabetic order.
Directive Lines A directive line in your source code contains one or more compiler directives.
?
directive
,
120
ABORT Directive The ABORT directive terminates compilation if the compiler cannot open a file
specified in a SOURCE directive. The default is ABORT.
NOABORT
ABORT
121
ABSLIST Directive ABSLIST lists code addresses relative to the code area base. The default is
NOABSLIST.
NOABSLIST
ABSLIST
122
ASSERTION Directive ASSERTION invokes a procedure when a condition defined in an ASSERT statement
is true.
ASSERTION
assertion-
level
=
,
procedure-
name
123
BEGINCOMPILATION
Directive
BEGINCOMPILATION marks the point in the source file where compilation is to
begin if the USEGLOBALS directive is in effect.
BEGINCOMPILATION
124