Table of Contents

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 *;
//          ^ No right side of the operator

How can I resolve this error?

Not specified