n3Er commited on
Commit
31f732a
·
verified ·
1 Parent(s): b30394e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -89,6 +89,10 @@ Mathematical operators are represented using standard symbols:
89
  - Logical AND: `∧`
90
  - Logical OR: `∨`
91
 
 
 
 
 
92
  ### Usage
93
 
94
  ```python
 
89
  - Logical AND: `∧`
90
  - Logical OR: `∨`
91
 
92
+ For non-arithmetic or non-boolean operations, the notation will look like the following example:
93
+ - Program: `table_max(interest expense, none)`
94
+ - Postfix notation: `interest expense none table_max`
95
+
96
  ### Usage
97
 
98
  ```python