autoload — Indicate function name not defined

Format

autoload name …

Description

autoload is an alias for typeset –fu. Like typeset –fu, autoload indicates that the functions named in the command line are not yet defined.

See typeset — Assign attributes and values to variables and Command execution for more information.

Related information

typeset, functions, sh