[ Programing ]/Lua Scirpt

[Lua] 문자 합치기.

Mister_Q 2024. 7. 10. 17:18

local strSex = "홍" 
local strName = "길동"
local strFullName = strSex .. strName