JScript Language Elements
| Tutorial | Reference |
Returning Values from Functions
| Functions | Creating Your Own Functions | Returning Values |
In addition to performing actions, functions can also return results. Sometimes these are the results of calculations or comparisons, as in the following example.
EXAMPLE:
(coming...)
© 1996 by Microsoft Corporation.