Dapatkan karakter terakhir dari string lua

string.sub("Hello world", -5) -- => world
Nibbles