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: 2026-06-17 00:21
  • by 127.0.0.1