home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / function < prev    next >
Encoding:
Text File  |  1993-10-08  |  489 b   |  10 lines

  1.               function word [ () ] ... { list }
  2.               word ... () { list }
  3.               word ... () sublist
  4.                      Define a function which is referenced by any
  5.                      one  of  word.   Normally,  only one word is
  6.                      provided; multiple words  are  usually  only
  7.                      useful  for  setting traps.  The body of the
  8.                      function is the list between the  {  and  }.
  9.                      See FUNCTIONS below.
  10.