Subject | Re: Procedures vs functions |
---|---|
Author | David Johnson |
Post date | 2006-03-21T12:57:39Z |
> From: "paulruizendaal" <pnr@...>In C, a "procedure" is technically a function returning (void).
> Subject: Re: Procedures vs functions
>
> > This is a different thing than above. And AFAIU, it partially
> > violates the standard. What's the point in having both CREATE
> > FUNCTION and CREATE PROCEDURE if functions can behave as procedures
> > and vice versa?
>
Keeping the keywords and their behaviors is sensible for legacy
compatibility, but the general case for a callable module is the
Function.