Create Conditions/Logical Operator authored by Brickgard's avatar Brickgard
Certain conditions can use operations to compare two values.
| Operation | `Symbol` |
| ------------------------ | ---------- |
| Greater Than | `>` |
| Greater than or Equal to | `>=`, `=>` |
| Equal to | `=`, `==` |
| Less than or Equal to | `<=`, `=<` |
| Less than | `<` |
**These should only be expected to work on placeholders/input that parse numerically!**
\ No newline at end of file