Richard Clamp wrote: > > On Thu, Sep 11, 2003 at 11:02:32AM +0100, Paul Makepeace wrote: > > Is there a standard > > efficient, clear way of saying "...or function 'return;'s."? > > Returns false.
return 0 / undef / ''; all return false, and none of these have the same list behaviour as 'return;' What's wrong with writing "...or function 'return;'s."? as you said. In order to avoid the gotcha, you should write _why_ you are explaining that it returns in that way, too. For the thickos among us. Liek me. Jasper
