PS TEXT FORMAT Reference Manual

Introduction to TFORM
3–44 11387 Tandem Computers Incorporated
ENDFUNCTION
function-name
This command defines the end of the function named in the
FUNCTION BEGIN command. It must be entered on its own line.
Using the function name is optional; however, if the name is specified,
it must match the name given in the FUNCTION
function-name
BEGIN (or APPEND) command.
FUNCTION
function-name
DELETE
This command deletes the function with the specified name. You
would probably use this command to make way for another function
with the same name. If no such function exists, the command has no
effect. You must enter this command on its own line. It requires no
corresponding ENDFUNCTION command.