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;
Edited By: Norasyikin Mahmud
© 2001 ISC
All rights reserved. All other product names and trademarks are registered properties of their respective owners.
051101