Changes
Page history
Create Conditions/Logical Operator
authored
Oct 03, 2024
by
Brickgard
Show whitespace changes
Inline
Side-by-side
Conditions/Logical-Operator.md
0 → 100644
View page @
7537aa69
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