Skip to content

Commit

Permalink
Update reference-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Mar 11, 2024
1 parent 9f697d7 commit b368e41
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/latest/reference-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,32 @@ Set to `true` to automatically replace backslashes `\` in paths for forward slas

 

## `CHATTERBOX_KEYWORD_OPERATORS`

_Typical value:_ `true`

Whether to allow use of keyword operators. Setting this macro to `true` will enable use of the following operators as keywords:

|Keyword|Operator|
|-------|--------|
|`and` |`&&` |
|`le` |`<` |
|`lt` |`<` |
|`ge` |`>` |
|`gt` |`>` |
|`or` |`||` |
|`lte` |`<=` |
|`gte` |`>=` |
|`leq` |`<=` |
|`geq` |`>=` |
|`eq` |`==` |
|`is` |`==` |
|`neq` |`!=` |
|`to` |`=` |
|`not` |`!` |

&nbsp;

## `CHATTERBOX_SHOW_REJECTED_OPTIONS`

_Typical value:_ `true`
Expand Down

0 comments on commit b368e41

Please sign in to comment.