|
Function Name |
Top Previous Next |
|
A function is defined by a sequence of lines, where the first line gives the name of the function and any aliases you wish to give it. Each name must start with a minus sign and names must be separated by a comma. For example:
-CDEBUG, -CD
This would introduce the definition of a function called CDEBUG. The function could also be invoked by using the alias CD. |