JargonFile/entries/bump.txt

7 lines
172 B
Plaintext
Raw Permalink Normal View History

2014-04-26 14:52:28 +00:00
bump
2014-04-26 15:54:15 +00:00
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.