.\" XXX standard disclaimer belongs here....
.\" $Header: RCS/removefunction,v 1.4 91/12/02 01:31:26 kemnitz Exp $
.SP "REMOVE FUNCTION" COMMANDS 6/14/90
.XA 2 "Remove Function"
.uh NAME
.lp
remove function \*- remove a user defined 'C' function 
.uh SYNOPSIS
.lp
.b "remove function"
functionname
.uh DESCRIPTION
.lp
.b "Remove function"
will remove all references to an existing 'C' function.
To execute this command the user must be the owner of the function.
.uh EXAMPLE
.lp
/* The following command will remove the square root function */
.(b
remove function sqrt
.)b
.uh "SEE ALSO"
.lp
define function(commands).
.uh BUGS
.lp
No support is provided for removing postquel functions.
