Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
nitrofurano
/
luascripts
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
221074a45a
Branchit
Tagit
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
tostring.lua
tostring.lua
69 B
Historia
Raaka
1
2
3
4
5
a=4+3;b=8+1
c_st=tostring(a);d_st=tostring(b)
print(c_st..d_st)