On Mon, Mar 15, 2004 at 09:06:39 -0500, Yasir Malik <ymalik@cs.stevens-tech.edu> wrote:
> Dr. DeSoi
> Thanks for your reply.
> What is an "immutable strict" and what is an "internal" language?
"immutable" means the function will ALWAYS return the same value when
called with the same arguments. "strict" means that the function will
return NULL if any of its arguments are NULL.