       autoload [ name ... ]
              For  each  of  the  names (which are names of func-
              tions), create a function  marked  undefined.   The
              fpath  variable will be searched to find the actual
              function definition when the function is first ref-
              erenced.   The definition is contained in a file of
              the same name as the function.  If the  file  found
              contains  a  standard  definition for the function,
              that is stored  as  the  function;  otherwise,  the

              contents of the entire file are stored as the func-
              tion.  The latter format  allows  functions  to  be
              used directly as scripts.
