home *** CD-ROM | disk | FTP | other *** search
-
- #log Scalar increment and decrement 1.1
-
- (*------------------------------------------
- *
- * inc/dec - increment and decrement integers
- *
- *)
-
- #define INCR %1 := succ(%1)
- #define DECR %1 := pred(%1)
- {-- increment and decrement scalars}
-