| Product(s) | Karo.NET Compiler |
|---|
You tried to use a pipe operator on a statement that does not yield any result.
io:out("test") -> io:out();
// ^^^^^^^^^^^^^^ This function returns "sl.types::void" which cannot be passed in a pipe statement.
Not specified