TAL Reference Summary

Compiler Directives
TAL Reference Summary
096256 Tandem Computers Incorporated 61
DECS Directive DECS decrements the compiler’s internal S-register counter.
132
sdec-value
=
DECS
DEFEXPAND Directive DEFEXPAND lists expanded DEFINEs and SQL-TAL code in the compiler listing. The
default is NODEFEXPAND.
DEFEXPAND
NODEFEXPAND
PUSHDEFEXPAND
POPDEFEXPAND
133
DEFINETOG Directive DEFINETOG specifies named or numeric toggles, without changing any prior settings,
for use in conditional compilation. DEFINETOG is a D20 or later feature.
DEFINETOG
( )
212
toggle-name
toggle-number
,
toggle-number
toggle-name
,
DUMPCONS Directive DUMPCONS inserts the contents of the compiler’s constant table into the object code.
DUMPCONS
134
ENDIF Directive See "IF and ENDIF Directives."