Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
nitrofurano
/
luascripts
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
tostring.lua
tostring.lua
69 B
Permalink
Histórico
Raw
1
2
3
4
5
a=4+3;b=8+1
c_st=tostring(a);d_st=tostring(b)
print(c_st..d_st)