ajterr:10035

Left hand side of pipe operator must not evaluate to void (AJTERR10035)

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

  • ajterr/10035.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1