We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de455ae + 2eb7c1e commit 7b8e6e5Copy full SHA for 7b8e6e5
Language/Structure/Compound Operators/increment.adoc
@@ -24,8 +24,8 @@ Increments the value of a variable by 1.
24
25
[float]
26
=== Syntax
27
-`x++; // increment x by one and returns the old value of x` +
28
-`++x; // increment x by one and returns the new value of x`
+`x{plus}{plus}; // increment x by one and returns the old value of x` +
+`{plus}{plus}x; // increment x by one and returns the new value of x`
29
30
31
0 commit comments