codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/MYrLUbwe
[
raw code
|
output
|
fork
]
Lua
,
pasted on Oct 17:
1
2
3
4
5
i
=
42
s
=
tostring
(
i
)
print
(
"
s is"
,
s
)
Output:
1
s is 42
Create a new paste based on this one
Comments: