js/tests/expressions/t/inc_dec.js

2 lines
19 B
JavaScript
Raw Normal View History

2020-06-28 17:24:38 +10:00
++a; b++;
a--, --b;