Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ajterr:10004 [2025-02-14 21:39] – created admin | ajterr:10004 [2025-08-30 23:29] (current) – admin | ||
---|---|---|---|
Line 7: | Line 7: | ||
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. | 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 + b *; |
- | // ^ a second | + | // ^ No right side of the operator |
- | ''' | + | </ |
===== How can I resolve this error? ===== | ===== How can I resolve this error? ===== |