Next: 8.3 Parameter lists
Up: 8. Using functions and
Previous: 8.1 Procedure declaration
A function declaration defines an identifier and associates it with a
block of code. The block of code will return a result.
The function can then be called inside an expression, or with a procedure
statement.
Function declaration
root
1999-06-10