JargonFile/entries/bump.txt

4 lines
171 B
Plaintext
Raw Normal View History

2014-04-26 10:52:28 -04:00
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.