Initial commit
This commit is contained in:
6
api/strconcat.lua
Normal file
6
api/strconcat.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param ... string
|
||||
---@return string result
|
||||
---Joins a list of strings (with no separator). Equivalent to strjoin("", ...). If no strings are provided, returns the empty string ("").
|
||||
function strconcat(...) end
|
Reference in New Issue
Block a user