Update README.md
Browse files
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
|