pert:
You mean these extra two lines from the sketch you attached to your post:int buttons[6];
int buttons[0]=2;
If it was not clear enough, these lines are not part of the sketch.
This is a an example on how to use arrays and the second line is wrong in the book, it should not have the "int" there.