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: 2025-08-28 17:23
  • by admin