ajterr:10053

This is an old revision of the document!


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.1757606595.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)