ajterr:10016

This is an old revision of the document!


You cannot use pipes when assigning a variable or a property (AJTERR10016)

Product(s) Karo.NET Compiler

Using pipes are not allowed in assignment statements.

hello: string := "world" -> string:toUpper();
//                       ^^  Pipe operator here is not allowed.

Do not use pipes here.

  • ajterr/10016.1740920200.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)