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
operators [2019/06/27 07:45] neilsoperators [2021/01/11 07:53] (current) – [Relational operators] neils
Line 5: Line 5:
 ===== Arithmetic operators ===== ===== Arithmetic operators =====
  
-  * ''*'' (mutiplication)+  * ''*'' (multiplication)
   * ''/'' (division)   * ''/'' (division)
   * ''+'' (addition)   * ''+'' (addition)
-  * ''-'' (substraction)+  * ''-'' (subtraction)
  
 ===== Relational operators ===== ===== Relational operators =====