TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-38
#BUILTINS Built-In Function
#BUILTINS Built-In Function
Use #BUILTINS to obtain the names of the TACL built-in functions or built-in variables.
FUNCTIONS
displays the built-in functions.
VARIABLES
displays the built-in variables.
If you fail to specify either option, FUNCTIONS is assumed.
Result
#BUILTINS returns a space-separated list of the names of the specified built-in
functions or variables.
#BUILTINS [ / { FUNCTIONS | VARIABLES } / ]