home *** CD-ROM | disk | FTP | other *** search
- The increment or decrement operator can be placed before or after
- the variable. If the operator appears before the variable,
- the value of the variable is modified before its reference is
- taken. If the operator appears after the variable, the value
- of the variable is modified after its reference is taken.
-