The second type of functions being supported are generic or multiple line functions. These functions are defined with a FUNCTION statement and whose identifier can be any standard identifier name with an optional data type symbol. The general syntax for a function is:
FUNCTION function_name(arguments)
...
function_name = <return value>
...
END FUNCTION
Thursday, December 31, 2009
Subscribe to:
Posts (Atom)