Koepel:
About "void", read halfway this page the answer by Nick Gammon: programming - Why do people complain when I call my functions voids? - Arduino Stack Exchange, "Think of the word function as being there in spirit".
So what I understand from this discussion board is that my error was in calling it a void loop, not in using a void loop in my code. Is this correct?