Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
nitrofurano
/
luascripts
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
221074a45a
Gałęzie
Tagi
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
tostring.lua
tostring.lua
69 B
Historia
Czysty
1
2
3
4
5
a=4+3;b=8+1
c_st=tostring(a);d_st=tostring(b)
print(c_st..d_st)