Re: Exponentiation operator

2005-03-03 Thread Chet Ramey
lease Description: A syntax error with the expression : a**b**c What is the associativity of the exponentiation operator ? Repeat-By: $ echo $((2**3**2)) bash: 2**3**2: syntax error in expression (error token is "**2") I made the ** operator associative between bash-2.05b and bash-3

Exponentiation operator

2005-03-03 Thread sanchis
A syntax error with the expression : a**b**c What is the associativity of the exponentiation operator ? Repeat-By: $ echo $((2**3**2)) bash: 2**3**2: syntax error in expression (error token is "**2") $ ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash