User Tools

Site Tools


syntax:operators

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
syntax:operators [2015/01/31 16:07] dmitrysyntax:operators [2016/06/08 21:11] dmitry
Line 15: Line 15:
 |  =    | 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