Q:

lua Concatenation

-- to concatenate use two dots like this =>  ..

-- Example:
text1 = "Hello"
text2 = "World"

print(text1..", "..text2)
1
"string" .. "other string" -- returns: stringother string
0

New to Communities?

Join the community