ajterr:10016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ajterr:10016 [2025-03-02 13:56] – created adminajterr:10016 [2026-06-17 00:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== You cannot use pipes when assigning a variable or a property (AJTERR10016) ======+====== You cannot use pipes when assigning a variable or returning value (AJTERR10016) ======
  
 ^ Product(s) | Karo.NET Compiler | ^ Product(s) | Karo.NET Compiler |
Line 8: Line 8:
  
 <code> <code>
- 
 hello: string := "world" -> string:toUpper(); hello: string := "world" -> string:toUpper();
 //                       ^^  Pipe operator here is not allowed. //                       ^^  Pipe operator here is not allowed.
 +!"world" -> string:toUpper();
 +//       ^^  Pipe operator here is not allowed.
 </code> </code>
  
  • ajterr/10016.1740920200.txt.gz
  • Last modified: 2026-06-17 00:19
  • (external edit)