Please enable JavaScript in your browser!
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
nitrofurano
/
luascripts
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
شاخه:
master
شاخهها
تگها
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
tostring.lua
tostring.lua
69 B
لینک دائمی
تاريخچه
خام
1
2
3
4
5
a=4+3;b=8+1
c_st=tostring(a);d_st=tostring(b)
print(c_st..d_st)