ajterr:10053

A pipe statement leading to a variable assignment cannot be further expanded with pipes (AJTERR10053)

Product(s) Karo.Net Compiler

Assigning to a local variable does not allow to further use it in a pipe statement.

test: string := "hi";
"hello" -> test -> io:out();
//              ^^^^^^^^^^^ Further pipe statement is not allowed.

Not specified

  • ajterr/10053.txt
  • Last modified: 2025-09-11 18:03
  • by admin