"Carl Banks" <[EMAIL PROTECTED]> writes:
> You misunderstand.  There "where" is not part of the expression but the
> statement.  The above example would be a modified print statement, a
> print...where statement, if you will.  Under this suggestion, there
> would be modified versions of various simple statements.

You mean I can't say

   # compute sqrt(2) + sqrt(3)
   x = (sqrt(a) where:
         a = 2.) \
       + sqrt (a) where:
           a = 3.

Hmmm.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to