next up previous contents index
Next: unlet Up: Data Manipulation Commands Previous: spec   Contents   Index


undefine

The undefine command is used to undefine user-defined functions that have previously been defined with the define command.

undefine word [...]
The command deletes the definitions of the user-defined functions passed as arguments. If the argument is ``*'', then all macro functions are deleted. Note that all functions with the given names are removed, so there is no way to delete a function with a particular arity without deleting all functions with that name.



Stephen R. Whiteley 2006-10-23