On 12/18/2010 09:22 AM, 12bric wrote:
> 
> Bash 4-1 manual indicates 
>      - "The operators and their precedence, associativity, and values are
> the same as in the C language" (pp. 27).
>      - the precedence of - and + operators is different then the precedence
> of ! and ~.
> 
> But in the book "C a reference manual" (Harbison & Steele), the four
> operators + - ! ~ have the same precedence.

The unary operators + and - have the same precedence as the unary ! and
~; and that level of precedence is higher than that of the binary + and -.

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to