Smalltak [RE: Whitespace as syntax (was Re: Python Rocks!)]

Fredrik Lundh effbot at telia.com
Mon Feb 14 02:49:58 EST 2000


Aahz Maruch <aahz at netcom.com> wrote:
> Here's (what I hope is) a slightly clearer example:
>
> foo ( a;b;c, d ) # doesn't work
> foo ( (a,b,c), d )
>
> I find the former to be clearer; I'm uncomfortable with the idea that
> arguments to a function are necessarily tuples (which is what the
> current syntax implies).

not if you get rid of that extra space ;-)

</F>





More information about the Python-list mailing list