Lua - Relational Operators Code Example

The code for Relational Operators

Lua supports the following relational operators:

==: equality
~=: inequality
<: less than
>: greater than
<=: less or equal
>=: greater or equal
Code by IncludeHelp, on January 2, 2023 20:16

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.