Has - Function SummarySummary:A shortcut to define a function that has local variables but no arguments. Usage:has locals body Arguments:locals - The locals argument. (must be: block) body - The body argument. (must be: block) Description:Defines a function that consists of local variables only. This is a shortcut for FUNC and FUNCTION. For example:
The example above is a shortcut for:
Related:does - A shortcut to define a function that has no arguments or locals.
| ||||
|