TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-31
BUILTINS Command
BUILTINS Command
Use the BUILTINS command to display the names of the TACL built-in functions, built-
in variables, or both.
FUNCTIONS
displays a list of the built-in functions.
VARIABLES
displays a list of the built-in variables.
Considerations
If you specify neither FUNCTIONS nor VARIABLES, TACL displays all built-in
functions and variables.
To obtain the list of built-in functions and variables from within a TACL macro or
routine, use the #BUILTINS Built-In Function on page 9-38.
Example
This example illustrates the use of the BUILTINS command:
3> BUILTINS / VARIABLES /
The built in variables are:
BUILTINS [ / { FUNCTIONS | VARIABLES } / ]
#ASSIGN #BREAKMODE #CHARACTERRULES
#DEFAULTS #DEFINEMODE #ERRORNUMBERS
#EXIT #HELPKEY #HOME
#IN #INFORMAT #INLINEECHO
#INLINEOUT #INLINEPREFIX #INLINEPROCESS
#INLINETO #INPUTEOF #INSPECT
#MYTERM #OUT #OUTFORMAT
#PARAM #PMSEARCHLIST #PMSG
#PREFIX #PROCESSFILESECURITY #PROMPT
#REPLYPREFIX #SHIFTDEFAULT #TACLSECURITY
#TRACE #USELIST #WAKEUP
#WIDTH