Roy Smith <r...@panix.com>:

>  Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:
>
>> Because Python doesn't have true procedures
>
> What do you mean by "true procedure"? Are you just talking about
> subroutines that don't return any value, i.e. fortran's SUBROUTINE vs.
> FUNCTION?

Ah, the "no true procedure" argument:

 - No true procedure returns a value.

 - That's false. Python's procedures return None.

 - They are not true procedures.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to