Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
nitrofurano
/
luascripts
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
tostring.lua
tostring.lua
69 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
a=4+3;b=8+1
c_st=tostring(a);d_st=tostring(b)
print(c_st..d_st)