6 lines
50 B
Text
6 lines
50 B
Text
|
@ preincrement @
|
||
|
identifier i;
|
||
|
@@
|
||
|
- ++i > 1
|
||
|
+ i++
|