Dapatkan karakter terakhir dari string lua
string.sub("Hello world", -5) -- => world
Nibbles
string.sub("Hello world", -5) -- => world