Lua - Concatenation Code Example

The code for Concatenation

The string concatenation operator in Lua is denoted by two dots ('..'). If both operands are strings or numbers, then the numbers are converted to strings in a non-specified format. Otherwise, the __concat metamethod is called .
Code by IncludeHelp, on January 2, 2023 20:18
Reference: lua.org

Comments and Discussions!

Load comments ↻






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