Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

+ (add)

   
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  
value1   int or float

value2   int or float

   
Usage   Web & Application
   
Related   ++ (increment)
+= (add assign)
- (subtract)
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas