4/4/06

Create a function

  • There can be more than one RETURN statement in a function, only one of them will be executed.
  • The return value cannot have length or precision or any constraint.
  • It is an error for a function to end without executing a RETURN, the function return type is required, because the function call is part of an expression.

No comments: