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
Strom:
221074a45a
Větve
Značky
master
luascripts
/
scripts
/
minimalexamples
/
strings
/
stringsub_mid.lua
stringsub_mid.lua
66 B
Historie
Surový
1
2
3
4
5
a_st="Hello, World!!!"
print(a_st)
print(string.sub(a_st,4,6+4))