On Tue, 2001-11-20 at 05:17, Gabor Hojtsy wrote:
> > The sentence is attempting to explain that some functions
> > may return values that can be interpreted as false within
> > a conditional block.
>
> Anybody can correct that sentence if you think it is not clear
> in english :) The intention o
> > This function may
> > return &false;, but may also return a value evaluating to &false; in
> > a simple if statement. Please use > linkend="language.operators.comparison">the === operator for
> > testing the return value of this
> > function.'>
> >
> > found in 'language-snippets.ent', but i
On November 19, 2001 07:26 am, Simone Cortesi wrote:
> Hi,
>
> I vas translating the following :
>
> This function may
> return &false;, but may also return a value evaluating to &false; in
> a simple if statement. Please use linkend="language.operators.comparison">the === operator for
> testing
Hi,
I vas translating the following :
This function may return
&false;, but may also return a value evaluating to &false; in a simple if
statement. Please use the ===
operator for testing the return value of this
function.'>
found in 'language-snippets.ent', but i cant get the meaning of th