This is an old revision of the document!
An invalid statement was specified (AJTERR10004)
Product(s) | Karo.NET compiler |
---|
Description
The marked statement is not valid. This could be cause by specifying multiple operators after each other, but the exact reason could not be determined by the compiler.
a + * b; // ^ a second operator
How can I resolve this error?
Not specified