[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Functions Without Returns
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Fri, 25 Jan 2008 14:40:13 -0500
Javier Guerra wrote:
> - nothing() could return no value
> - tostring() gets exactly one paramenter
>
> therefore, tostring(nothing()) isn't safe according to the
> documentation, you'd be expected to write tostring(nothing() or nil)
Alternatively you can simply add an extra pair of parenthesis :
tostring((nothing()))