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 revision
Previous revision
Last revisionBoth sides next revision
operators [2019/06/27 07:42] neilsoperators [2021/01/11 07:53] – [Relational operators] neils
Line 5: Line 5:
 ===== Arithmetic operators ===== ===== Arithmetic operators =====
  
-  * ''*'' (mutiplication)+  * ''*'' (multiplication)
   * ''/'' (division)   * ''/'' (division)
   * ''+'' (addition)   * ''+'' (addition)
-  * ''-'' (substraction)+  * ''-'' (subtraction)
  
 ===== Relational operators ===== ===== Relational operators =====
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 =====
Line 37: Line 37:
   * ''@'' (address of)   * ''@'' (address of)
  
-~~DISCUSSION~~+