This mostly happens when you forget "var" keyword but you intend to put it.
The "label must be simple identifier" error means that the compiler believed
that construction to be a loop label. The error isn't in the code as you
show it, but you probably have more of it. Basically, just check the syntax
errors, it often happens to me that I write "vat" instead of "var" and so
on.

Reply via email to