ajterr:10047

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ajterr:10047 [2025-09-06 20:14] adminajterr:10047 [2025-09-06 20:30] (current) – external edit 127.0.0.1
Line 7: Line 7:
 The specified operator does not take these types as operands. The specified operator does not take these types as operands.
  
-^ Operator ^ Valid left operand ^ Corresponding right operand ^ +^ Operator ^ Valid left operand     ^ Corresponding right operand ^ 
-| ''+''    | ''sl.types::+| ''+''    | ''sl.types::string''   | ''sl.types::string''        | 
 +| ''+''    | ''sl.types::number''   | ''sl.types::number''        | 
 +| ''+''    | ''sl.types::number''   | ''sl.types::float''         | 
 +| ''+''    | ''sl.types::float''    | ''sl.types::number''        | 
 +| ''+''    | ''sl.types::float''    | ''sl.types::float''         | 
 +| ''-''    | ''sl.types::string''   | ''sl.types::string''        | 
 +| ''-''    | ''sl.types::number''   | ''sl.types::number''        | 
 +| ''-''    | ''sl.types::number''   | ''sl.types::float''         | 
 +| ''-''    | ''sl.types::float''    | ''sl.types::float''         | 
 +| ''*''    | ''sl.types::string''   | ''sl.types::string''        | 
 +| ''*''    | ''sl.types::number''   | ''sl.types::number''        | 
 +| ''*''    | ''sl.types::number''   | ''sl.types::float''         | 
 +| ''*''    | ''sl.types::float''    | ''sl.types::float''         | 
 +| ''/''    | ''sl.types::number''   | ''sl.types::number''        | 
 +| ''/''    | ''sl.types::number''   | ''sl.types::float''         | 
 +| ''/''    | ''sl.types::float''    | ''sl.types::number''        | 
 +| ''/''    | ''sl.types::float''    | ''sl.types::float''         | 
 +| ''&&''   | ''sl.types::bool''     | ''sl.types::bool''          |
  
 ===== How can I resolve this error? ===== ===== How can I resolve this error? =====
Line 15: Line 32:
  
 {{tag>AJTERR KARONETCOMPILER}} {{tag>AJTERR KARONETCOMPILER}}
 +
  • ajterr/10047.1757182489.txt.gz
  • Last modified: 2025-09-06 20:14
  • by admin