ENABLE Reference Manual

RUNNING ENABLE
ENABLE Command Conventions
ENABLE COMMAND CONVENTIONS
The following paragraphs describe some of the conventions that
apply to the ENABLE commands.
Multiline Commands
Two or more commands can be grouped and separated by semicolons
(;):
%command-1; command-2
is equivalent to:
%command-1
%command-2
Command Line Continuation
Generally, the maximum length of an ENABLE command line is 132
characters. You can, however, continue a command line by
including the ENABLE continuation character, the ampersand (&):
SET BOXTITLE 1 "This boxtitle text is continued on to the ne&
xt command line"
The maximum length of a continued command line is 528 characters.
Three ENABLE commands (SET INCLUDE, SET EXCLUDE, and SET TREE)
include parentheses as part of their syntax. You can continue
the portion of these commands within the parentheses onto any
number of subsequent lines without specifying a continuation
character.
2-24