Zdobądź ostatnie znaki String Lua
string.sub("Hello world", -5) -- => world
Nibbles
string.sub("Hello world", -5) -- => world