Closed
Description
Hi, there is a syntax error in the official page of example the link below.
https://www.arduino.cc/en/Reference/BooleanVariables
It is missing one ; (Semicolon) in the last line of code,
digitalWrite (ledPin, running) // Indicate via LED)
I pointed out this link for a beginner, and then realized the error.
Regards.
Carlos Kwiek