Function - Function SummarySummary:Defines a user function with local words. Usage:function spec vars body Arguments:spec - Optional help info followed by arg words (and optional type and string) (must be: block) vars - List of words that are local to the function (must be: block) body - The body block of the function (must be: block) Description:FUNCTION is identical to FUNC but includes a block in which you can name words considered LOCAL to the function.
Related:does - A shortcut to define a function that has no arguments or locals.
| ||||
|