ajterr:10062

Return statement cannot contain variable declaration sign or pipe operator (AJTERR10062)

Product(s) Karo.Net Compiler

A return statement (that starts with !) cannot simultaneously be a pipe statement or a variable declaration.

!10 -> io:out();
//  ^^ Pipe operator statement cannot be combined with a return statement.

Split up the two statements.

  • ajterr/10062.txt
  • Last modified: 2025-09-28 16:18
  • by admin