> similarly, it is usually
>       if(p != nil)
>               ...
> not
>       if(!p)

ha ha. sorry i meant
        if(p == nil)
not
        if(!p)


Reply via email to