ajterr:10005

No corresponding right parenthesis found for the specified left parenthesis or left call parenthesis (AJTERR10005)

Product(s) Karo.NET compiler

For the specified left parenthesis was no corresponding right parenthesis found.

Fix the syntax and add a right parenthesis at the right position.

For instance, in this example code a right parenthesis is missing.

io:out(56 * (10 + 9);
//          ^ This parenthesis has no match in the statement.

This could be fixed like this:

io:out(56 * (10 + 9));
//                 ^ Right parenthesis added
  • ajterr/10005.txt
  • Last modified: 2025-02-14 21:45
  • by admin