Friday, October 5, 2007

How to work with FUNCTION

How to work with FUNCTION

To work with FUNCTION

Step 1

Description:

The function is a subprogram called form within an expression that returns a value through the function name.

Declaration:

function ident (parameters) : type;

Example:

function sumofsquares(n: integer): integer;

No comments: