Fixing issue in examples with unescaped values.

This commit is contained in:
Mike Hillyer
2023-03-10 23:31:34 -05:00
parent 2a4c53f953
commit 51983d7891
+2 -2
View File
@@ -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