Next: , Previous: , Up: User-defined   [Contents][Index]


9.2.3 Calling User-Defined Functions

Calling a function means causing the function to run and do its job. A function call is an expression and its value is the value returned by the function.