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.
1 parent 70a96cc commit 2eb7c1eCopy full SHA for 2eb7c1e
Language/Structure/Compound Operators/increment.adoc
@@ -24,11 +24,8 @@ Increments the value of a variable by 1.
24
25
[float]
26
=== Syntax
27
-[source,arduino]
28
-----
29
-x++; // increment x by one and returns the old value of x
30
-++x; // increment x by one and returns the new value of x
31
+`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`
32
33
34
0 commit comments