Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Blowfish
(Uncensored)
subscribe
Variadic Arguments in Lua
https://jdhao.github.io/2022/12/02/lua-variadic-arguments/
links
backlinks
In Lua, to pass variable number of arguments, we can use ... (three ellipses) syntax in function argument.