Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/25/2022 in File Reviews

    Good ideas I tried to optimize it local function addstring (separator, ...) return table.concat({...}, separator or "") end local r = addstring (nil, 'hello', 'world') local y = addstring ("; ", 'hello', 'world') print (r) print (y)
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.