ajterr:10047

Differences

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

Link to this comparison view

Next revision
Previous revision
ajterr:10047 [2025-09-06 20:10] – created 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.
  
-<table> +Operator Valid left operand     ^ Corresponding right operand ^ 
-<theader> +| ''+''    | ''sl.types::string''   | ''sl.types::string''        | 
-<tr> +| ''+''    | ''sl.types::number''   | ''sl.types::number''        | 
-<td>Operator</td><td>Valid left operand</td><td>Corresponding right operand</td> +| ''+''    | ''sl.types::number''   | ''sl.types::float''         | 
-</tr> +| ''+''    | ''sl.types::float''    | ''sl.types::number''        | 
-</theader> +| ''+''    | ''sl.types::float''    | ''sl.types::float''         | 
-<tbody> +| ''-''    | ''sl.types::string''   | ''sl.types::string''        | 
- +| ''-''    | ''sl.types::number''   | ''sl.types::number''        | 
-</tbody> +| ''-''    | ''sl.types::number''   | ''sl.types::float''         | 
-</table>+| ''-''    | ''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 23: Line 32:
  
 {{tag>AJTERR KARONETCOMPILER}} {{tag>AJTERR KARONETCOMPILER}}
 +
  • ajterr/10047.1757182216.txt.gz
  • Last modified: 2025-09-06 20:10
  • by admin