On Sat, Jun 20, 2009 at 4:01 PM, Pavel Stehule<pavel(dot)stehule(at)gmail(dot)com> wrote:
>> *) misc:
>> *) never declare a function to return void
>
> ??? why - when we have not procedures ?
The main reason is that functions returning void can not be used with
binary protocol.
merlin