ajterr:10054

Left side of pipe statement was not consumed by the right side (AJTERR10054)

Product(s) Karo.NET Compiler

The left side of a pipe statement must be consumed by a function called on the right side of the pipe statement.

io:in() -> "test" + "s" -> io:out();
//         ^^^^^^^^^^^^ No function that consumes the pipe operator here.

Split the pipe statement into separate statements.

  • ajterr/10054.txt
  • Last modified: 2025-09-11 18:06
  • by admin