Lua - Arithmetic Operators Code Example

The code for Arithmetic Operators

Lua supports the following arithmetic operators:

+: addition
-: subtraction
*: multiplication
/: float division
//: floor division
%: modulo
^: exponentiation
-: unary minus
Code by IncludeHelp, on January 2, 2023 20:15

Comments and Discussions!

Load comments ↻






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