Christopher Lee wrote:

precedence when *both* occur in an expression, e.g. whether

x in y,z

what part of "comma is not an operator" is so hard to understand? the above is not an expression. it's two expressions, separated by commas. the first expression stops at the comma. the second expression follows after the comma.

commas can be a part of an expression only when they appear as part of a syntactic construct that allows commas (that is, parenthesized forms and displays, and the target list of a generator expression).

evaluates as

http://trac.sagemath.org/sage_trac/ticket/1903#comment:2> SAGE <http://sagemath.org/> Sage - Open Source Mathematical Software: Building the Car Instead of Reinventing the Wheel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-trac" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-trac?hl=en -~----------~----~----~----~------~----~------~--~---

Reply via email to