ajterr:10054

This is an old revision of the document!


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.1757606800.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)