Functions in Lua - Lua Tutorial (Part 10)

preview_player
Показать описание
In this video we'll be covering Lua functions, we cover anonymous functions, recursion, pairs and setting default argument values!

Group Chats:

You can contact me on:

Any suggestions? Leave it in the comment section or contact me somewhere else!

Thank you for watching!

#stevesteacher #lua #learnlua #luafunctions #learntocode
Рекомендации по теме
Комментарии
Автор

These are the most effective and practical tutorial. Maybe I can follow your Javascript tutorials for my school project on the effect of education on the economy.

eurasian
Автор

what is wrong with code below?
local function sum(...)


for i =1, #{...} do
print(i, {i})
end

return

end

sum(10, 5, 44, 9, 5, 0, 14)

lehongronald
Автор

Hello. I'm loving your video, they're helping me a lot :D
I have a doubt: in 7:57 (line 2) can I write age = age and true or 5 ?

welcome to shbcf.ru