| Product(s) | Karo.NET Compiler |
|---|
Using pipes are not allowed in assignment statements.
hello: string := "world" -> string:toUpper(); // ^^ Pipe operator here is not allowed. !"world" -> string:toUpper(); // ^^ Pipe operator here is not allowed.
Do not use pipes here.