I'm watching this tutorial about creating a game and I came across something I did not understand about it of the language Lua.
There is an excerpt of the code where the following expression exists:
ents.objects[#ents.objects]
What does #
(cerquilha) mean in this expression?