Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local g = {"kek","heck","seck","mecc","fleck","peck"}
- local kek = ""
- for i=1,#g do
- if i ~= #g and i ~= 1 then
- kek = kek..", "..g[i]
- else
- kek = kek..g[i]
- end
- end
- print(kek)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement