Talk:Exponentiation order: Difference between revisions

(→‎Functions: a - b - c can also be right associative)
(→‎Task necessary?: new section)
Line 13:
 
::::::Likewise, a - b - c is also "swimming in vagueness" if you might or might not be programming in an APL derivative, where pretty much everything is right associative, if I recall correctly. --[[User:TimToady|TimToady]] ([[User talk:TimToady|talk]]) 21:16, 19 March 2014 (UTC)
 
== Task necessary? ==
 
The task [[Operator precedence]] which lists all the precedence and associativity rules for a language exists already. Since the order of "chained" exponentiations is simply determined by the associativity of the exponentiation operator I don't think this task adds any new information. --[[User:AndiPersti|Andreas Perstinger]] ([[User talk:AndiPersti|talk]]) 22:49, 23 March 2014 (UTC)