I feel like this might be a very stupid question, but I am stumped.
In the standard Arduino IDE, why would the word blink turn orange like it is a reserved word?
Is it maybe something I did?
For clarification:
When I type this
void loop() {
blink <-----------------this turns orange
}