Digital imput via arduino to processing

http://arduino.cc/forum/index.php/topic,59849.15.html

int ZZZZ = 7;  // Switch connected to pin 4

pinMode(ZZZZ, INPUT);  // Set pin 0 as an input

Comments like that are simply noise. They should not be there.