The string concatenation operator in Lua is denoted by two dots ('=..='). If both operands are strings or numbers, then they are converted to strings according to the rules mentioned in Coercion. Otherwise, the "concat" metamethod is called (see Metatables).