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.