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
Last revisionBoth sides next revision
operators [2021/01/10 19:16] – [Arithmetic operators] gabrielsrokaoperators [2021/01/11 07:53] – [Relational operators] neils
Line 18: Line 18:
   * ''>='' (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 =====