Boolean
Compare values for use inside if/else blocks and conditional expressions.
| Modifier | Description |
|---|
eq | Eq returns true if the value equals the given parameter. |
gt | Gt returns true if the numeric value is greater than the threshold. |
gte | Gte returns true if the numeric value is greater than or equal to the threshold. |
not | Not inverts the truthiness of the value. |
How is this guide?