mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
Fixing issue in examples with unescaped values.
This commit is contained in:
@@ -34,8 +34,8 @@ myvar = 32 -- this is a GLOBAL variable
|
||||
Lua supports the following relational operators:
|
||||
|
||||
```lua
|
||||
==: equality
|
||||
~=: inequality
|
||||
==\: equality
|
||||
~=\: inequality
|
||||
<: less than
|
||||
>: greater than
|
||||
<=: less or equal
|
||||
|
||||
Reference in New Issue
Block a user