Error compiling with no known errors

Yea I realize that but what part of my code is trying to reference the loop?

Your are in a

void arguing_loop_with_the_compiler(){ 

if(you want to argue = true)  keep arguing, 
else{  you put a

void loop() {
  // put your main code here, to run repeatedly: 
  
} 
and it will work
}


}