Does - Function SummarySummary:A shortcut to define a function that has no arguments or locals. Usage:does body Arguments:body - The body block of the function (must be: block) Description:DOES provides a shortcut for defining functions that have no arguments or local variables.
This function is provided as a coding convenience and it is otherwise identical to using FUNC or FUNCTION. Related:exit - Exits a function, returning no value.
| ||||
|