Need a little conditing help

void setup () {
...
...
  //Set Key Vari to prevent false starts
  unsigned int Run = 0;
  unsigned int Start = 0;

}

What's the point of that?