User Tools

Site Tools


syntax:operators

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:operators [2014/09/08 21:39] – created dmitrysyntax:operators [2016/06/08 21:11] dmitry
Line 12: Line 12:
 |  >=   | Greater than or equal  | Boolean      | |  >=   | Greater than or equal  | Boolean      |
 |  <    | Less than              | Boolean      | |  <    | Less than              | Boolean      |
-|  <=   | Less than or equal     | Boolean      |+|  %%<=%%   | Less than or equal     | Boolean      |
 |  =    | Equal                  | Boolean      | |  =    | Equal                  | Boolean      |
 |  !=   | Not equal              | Boolean      | |  !=   | Not equal              | Boolean      |
 +|  <>   | Not equal              | Boolean      |
 |  and  | Logical AND            | Boolean      | |  and  | Logical AND            | Boolean      |
 |  or   | Logical OR             | Boolean      | |  or   | Logical OR             | Boolean      |
Line 21: Line 22:
 Examples of operators in expressions: Examples of operators in expressions:
   1 + 2   1 + 2
 +  
   (10 + 5 ) * 3   (10 + 5 ) * 3
 +  
   'Easy' & 'Morph'   'Easy' & 'Morph'
 +  
   [Amount] > 1000   [Amount] > 1000
 +  
   ([Amount] > 1000 and [Quantity] > 1) or [Quantity]>10   ([Amount] > 1000 and [Quantity] > 1) or [Quantity]>10
syntax/operators.txt · Last modified: 2021/01/13 18:43 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki