7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
bump
|
|
|
|
vt. Synonym for increment. Has the same meaning as C's ++ operator. Used
|
|
esp. of counter variables, pointers, and index dummies in for , while , and
|
|
do-while loops.
|
|
|