Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ operator(7) — 386BSD 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

OPERATOR(7)                 386BSD Reference Manual                OPERATOR(7)

NAME
     operator - C operator precedence and order of evaluation

DESCRIPTION
           Operator                        Associativity
           --------                        -------------
           () [] -> .                      left to right
           ! ~ ++ -- - (type) * & sizeof   right to left
           * / %                           left to right
           + -                             left to right
           << >>                           left to right
           < <= > >=                       left to right
           == !=                           left to right
           &                               left to right
           ^                               left to right
           |                               left to right
           &&                              left to right
           ||                              left to right
           ?:                              right to left
           = += -= etc.                    right to left
           ,                               left to right

FILES
     /usr/share/misc/operator

HISTORY
     The operator manual page is currently under development.

BSD Experimental                 July 19, 1991                               2



































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026