Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
operators [2019/04/24 12:56] neilsoperators [2019/04/24 12:56] neils
Line 17: Line 17:
   * ''>='' (greater than or equal to)   * ''>='' (greater than or equal to)
   * ''<'' (less than)   * ''<'' (less than)
-  * ''\<='' (less than or equal to)+  * ''<='' (less than or equal to)
  
 ===== Conditional operators ===== ===== Conditional operators =====