codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/9yAUn40L
[
raw code
|
output
|
fork
]
Lua
,
pasted on Mar 3:
1
2
3
4
5
x
=
{
"
eggs"
,
"
butter"
,
"
milk"
}
y
=
table.concat
(
x
,
"
, "
)
print
(
y
)
Output:
1
eggs, butter, milk
Create a new paste based on this one
Comments: