Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.
| Name | + (addition) |
||||
|---|---|---|---|---|---|
| Examples | int a = 50 + 5; // Sets a to 55 int b = a + 5; // Sets b to 60 |
||||
| Description | Calculates the sum of two values. | ||||
| Syntax | value1 + value2 |
||||
| Parameters |
|
||||
| Usage | Application | ||||
| Related | ++ (increment) += (add assign) - (subtract) |

