Reference for Wiring 1.0 (ALPHA) 0020+. If you have a previous version, use the reference included with your software.
If you 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