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:
Post a Comment