mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-13 05:52:13 +00:00
Ok, gelatyx just really doesn't like this being lua formatted, back to txt
This commit is contained in:
@@ -34,13 +34,13 @@ myvar = 32 -- this is a GLOBAL variable
|
||||
|
||||
Lua supports the following relational operators:
|
||||
|
||||
```lua
|
||||
== equality
|
||||
~= inequality
|
||||
< less than
|
||||
> greater than
|
||||
<= less or equal
|
||||
>= greater or equal
|
||||
```txt
|
||||
**==** equality
|
||||
**~=** inequality
|
||||
**<** less than
|
||||
**>** greater than
|
||||
**<=** less or equal
|
||||
**>=** greater or equal
|
||||
```
|
||||
|
||||
You can concat strings with two dots surrounded by spaces.
|
||||
|
||||
Reference in New Issue
Block a user