The compiler finds a syntactic element that can't be used in the current context.
For example, it happens if the word else is found outside of a conditional statement.
else
Possible solutions: check the related documentation and make the code syntax valid.
Last updated 5 years ago